diff options
author | Arno <arno@disconnect.de> | 2018-11-23 14:58:01 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-11-23 14:58:01 +0100 |
commit | 8a0b3e944e385e7f0063eb418258ff6a2c21bcfd (patch) | |
tree | 33f58eb303d5cfb9851bc7b515610cf258f7c527 /archivemodel.h | |
parent | f63e4446732ab94e3c9a76ca42cf4b6fa5d798e5 (diff) | |
download | SheMov-8a0b3e944e385e7f0063eb418258ff6a2c21bcfd.tar.gz SheMov-8a0b3e944e385e7f0063eb418258ff6a2c21bcfd.tar.bz2 SheMov-8a0b3e944e385e7f0063eb418258ff6a2c21bcfd.zip |
Remove unused function
ArchiveFilesModel::nextDvd() is a distant memory...
Diffstat (limited to 'archivemodel.h')
-rw-r--r-- | archivemodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivemodel.h b/archivemodel.h index ad11fce..e56fb6e 100644 --- a/archivemodel.h +++ b/archivemodel.h @@ -101,7 +101,6 @@ class ArchiveFilesModel : public SmTreeModel { virtual QVariant data(const QModelIndex &index, int role) const; virtual bool setData(const QModelIndex &idx, const QVariant &value, int role); virtual Qt::ItemFlags flags(const QModelIndex &index) const; - int nextDvd() const; bool isMovie(const QModelIndex &idx) const; void populate(const QSet<int> &seriesPartIds); QStringList filesForSeriespart(int seriesPartId) const; |