added ComicModel::mimeData

This commit is contained in:
Luis Ángel San Martín
2014-12-01 15:41:34 +01:00
parent 57cd8170e2
commit 6f9af74151
2 changed files with 24 additions and 19 deletions

View File

@ -34,6 +34,8 @@ public:
QModelIndex parent(const QModelIndex &index) const;
int rowCount(const QModelIndex &parent = QModelIndex()) const;
int columnCount(const QModelIndex &parent = QModelIndex()) const;
QMimeData * mimeData(const QModelIndexList &indexes) const;
void setupFolderModelData(unsigned long long int parentFolder,const QString & databasePath);
void setupLabelModelData(unsigned long long int parentLabel, const QString & databasePath);
void setupReadingListModelData(unsigned long long int parentReadingList, const QString & databasePath);