changeset 37 | 758a864f9613 |
parent 33 | 3e2da88830cd |
36:ef0373b55136 | 37:758a864f9613 |
---|---|
40 |
40 |
41 #ifndef MYMODEL_H |
41 #ifndef MYMODEL_H |
42 #define MYMODEL_H |
42 #define MYMODEL_H |
43 |
43 |
44 #include <QAbstractTableModel> |
44 #include <QAbstractTableModel> |
45 |
45 #include <QTimer> |
46 QT_FORWARD_DECLARE_CLASS(QTimer) |
|
47 |
46 |
48 class MyModel : public QAbstractTableModel |
47 class MyModel : public QAbstractTableModel |
49 { |
48 { |
50 Q_OBJECT |
49 Q_OBJECT |
51 public: |
50 public: |