summaryrefslogtreecommitdiffstats
path: root/src/legend/qbarlegendmarker_p.h
diff options
context:
space:
mode:
authorsauimone <samu.uimonen@digia.com>2012-10-03 12:49:36 +0300
committersauimone <samu.uimonen@digia.com>2012-10-17 10:46:27 +0300
commit7d15b2a5d2521a059b7c885011f9e6e5d58c706f (patch)
tree474ac6bcd834a8a3f1145c3a0cf697a578b57ae8 /src/legend/qbarlegendmarker_p.h
parentc55d3384a7c7b037073dd530a8aaa173ab235563 (diff)
code inspection round 1 fixes
Diffstat (limited to 'src/legend/qbarlegendmarker_p.h')
-rw-r--r--src/legend/qbarlegendmarker_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/legend/qbarlegendmarker_p.h b/src/legend/qbarlegendmarker_p.h
index 27a27c6c..9c15b311 100644
--- a/src/legend/qbarlegendmarker_p.h
+++ b/src/legend/qbarlegendmarker_p.h
@@ -61,7 +61,7 @@ private:
QAbstractBarSeries* m_series;
QBarSet* m_barset;
- friend class QLegendPrivate; // TODO: Is this needed?
+ friend class QLegendPrivate;
Q_DECLARE_PUBLIC(QBarLegendMarker)
};