changeset 1238 | 914bd2a9a249 |
parent 1236 | f9110fd03754 |
child 1239 | 4901abe4c3b0 |
--- a/QTfrontend/hats.h Fri Aug 29 20:36:10 2008 +0000 +++ b/QTfrontend/hats.h Fri Aug 29 21:05:31 2008 +0000 @@ -33,6 +33,7 @@ int rowCount(const QModelIndex & parent) const; int columnCount(const QModelIndex & parent) const; + QVariant data(const QModelIndex &index, int role) const; //protected: // QList<QStringList> games; };