@@ -40,6 +40,7 class QAbstractSeries; | |||||
40 | class LegendLayout; |
|
40 | class LegendLayout; | |
41 | class LegendMarker; |
|
41 | class LegendMarker; | |
42 | class Domain; |
|
42 | class Domain; | |
|
43 | class QLegendMarker; | |||
43 |
|
44 | |||
44 | class QLegendPrivate : public QObject |
|
45 | class QLegendPrivate : public QObject | |
45 | { |
|
46 | { |
@@ -74,6 +74,11 void QLegendMarker::setVisible(bool visible) | |||||
74 | m_visible = visible; |
|
74 | m_visible = visible; | |
75 | } |
|
75 | } | |
76 |
|
76 | |||
|
77 | void QLegendMarker::markersUpdated() | |||
|
78 | { | |||
|
79 | // TODO: | |||
|
80 | } | |||
|
81 | ||||
77 | #include "moc_qlegendmarker.cpp" |
|
82 | #include "moc_qlegendmarker.cpp" | |
78 | //#include "moc_qlegendmarker_p.cpp" |
|
83 | //#include "moc_qlegendmarker_p.cpp" | |
79 |
|
84 |
General Comments 0
You need to be logged in to leave comments.
Login now