summaryrefslogtreecommitdiffstats
path: root/examples/charts/barmodelmapper/tablewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/charts/barmodelmapper/tablewidget.h')
-rw-r--r--examples/charts/barmodelmapper/tablewidget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/charts/barmodelmapper/tablewidget.h b/examples/charts/barmodelmapper/tablewidget.h
index 126d3066..d19a00b1 100644
--- a/examples/charts/barmodelmapper/tablewidget.h
+++ b/examples/charts/barmodelmapper/tablewidget.h
@@ -22,6 +22,7 @@
#define TABLEWIDGET_H
#include <QtWidgets/QWidget>
+#include "customtablemodel.h"
class TableWidget : public QWidget
{
@@ -29,6 +30,9 @@ class TableWidget : public QWidget
public:
TableWidget(QWidget *parent = 0);
+
+private:
+ CustomTableModel *m_model;
};
#endif // TABLEWIDGET_H