diff options
Diffstat (limited to 'archivemodel.h')
-rw-r--r-- | archivemodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivemodel.h b/archivemodel.h index 00bd46b..8dd60f8 100644 --- a/archivemodel.h +++ b/archivemodel.h @@ -55,6 +55,7 @@ class ArchiveModel : public SmTreeModel { void removeFiles(const QList<int> fileIds); bool deleteSeriesPart(int partId); bool addSeriesPart(int partno, QString subtitle, const QModelIndex &parent); + int seriesPartIdFromMd5(const QString &md5); signals: void needRefresh(); |