summaryrefslogtreecommitdiffstats
path: root/src/legend/qbarlegendmarker_p.h
diff options
context:
space:
mode:
authorsauimone <samu.uimonen@digia.com>2012-10-08 13:39:26 +0300
committersauimone <samu.uimonen@digia.com>2012-10-17 10:46:31 +0300
commit805641b9c3d1ebeb0bc3a64a7ea1e0fb4382d213 (patch)
treea6f8574b90773777feea6068b69d7a65417fa121 /src/legend/qbarlegendmarker_p.h
parent0b10e25383455264220446417c7c69da3b143470 (diff)
cleaning up todos
Diffstat (limited to 'src/legend/qbarlegendmarker_p.h')
-rw-r--r--src/legend/qbarlegendmarker_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/legend/qbarlegendmarker_p.h b/src/legend/qbarlegendmarker_p.h
index 9c15b311..11fbb1dd 100644
--- a/src/legend/qbarlegendmarker_p.h
+++ b/src/legend/qbarlegendmarker_p.h
@@ -36,8 +36,6 @@
#include <QAbstractBarSeries>
#include <QBarSet>
-#include <QDebug>
-
QTCOMMERCIALCHART_BEGIN_NAMESPACE
class QBarLegendMarker;
@@ -57,11 +55,9 @@ public Q_SLOTS:
private:
QBarLegendMarker *q_ptr;
-
QAbstractBarSeries* m_series;
QBarSet* m_barset;
- friend class QLegendPrivate;
Q_DECLARE_PUBLIC(QBarLegendMarker)
};