diff -r 7f3105a15d5d -r 914bd2a9a249 QTfrontend/hats.h --- 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 games; };