summaryrefslogtreecommitdiffstats
path: root/examples/charts/barmodelmapper/customtablemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/barmodelmapper/customtablemodel.h')
-rw-r--r--examples/charts/barmodelmapper/customtablemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/barmodelmapper/customtablemodel.h b/examples/charts/barmodelmapper/customtablemodel.h
index ab4e10cb..d8de5d24 100644
--- a/examples/charts/barmodelmapper/customtablemodel.h
+++ b/examples/charts/barmodelmapper/customtablemodel.h
@@ -52,7 +52,7 @@ public:
void clearMapping() { m_mapping.clear(); }
private:
- QList<QVector<qreal> * > m_data;
+ QList<QList<qreal> *> m_data;
QHash<QString, QRect> m_mapping;
int m_columnCount;
int m_rowCount;