equal
deleted
inserted
replaced
31 |
31 |
32 QVariant headerData(int section, Qt::Orientation orientation, int role) const; |
32 QVariant headerData(int section, Qt::Orientation orientation, int role) const; |
33 int rowCount(const QModelIndex & parent) const; |
33 int rowCount(const QModelIndex & parent) const; |
34 int columnCount(const QModelIndex & parent) const; |
34 int columnCount(const QModelIndex & parent) const; |
35 |
35 |
|
36 QVariant data(const QModelIndex &index, int role) const; |
36 //protected: |
37 //protected: |
37 // QList<QStringList> games; |
38 // QList<QStringList> games; |
38 }; |
39 }; |
39 |
40 |
40 #endif // _HATS_INCLUDED |
41 #endif // _HATS_INCLUDED |