QTfrontend/hats.h
changeset 1238 914bd2a9a249
parent 1236 f9110fd03754
child 1239 4901abe4c3b0
equal deleted inserted replaced
1237:7f3105a15d5d 1238:914bd2a9a249
    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