ADeditor
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user