This commit is contained in:
unknown
2010-08-25 23:49:21 +04:00
parent 8d6a589224
commit 71a6a951e0
10 changed files with 566 additions and 40 deletions

View File

@@ -9,8 +9,8 @@ class SplashModel : public QAbstractListModel
Q_OBJECT
public:
explicit SplashModel(QList <tbSplash> splashes, QObject *parent = 0);
//int rowCount(const QModelIndex &parent = QModelIndex()) const;
//QVariant data(const QModelIndex &index, int role) const;
int rowCount(const QModelIndex &parent = QModelIndex()) const;
QVariant data(const QModelIndex &index, int role) const;
void refresh(QList <tbSplash> splashes);
signals: