diff options
author | Arno <am@disconnect.de> | 2014-04-18 11:20:55 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2014-04-18 11:20:55 +0200 |
commit | e47bd732941d9f3469400292c3f05be71ba30c76 (patch) | |
tree | 7edd9637e714dcd5708c3e900f8e8427a13b1b11 /archivemodel.h | |
parent | b0d671fede5adfadad2b465fb4c8ae50b40516f3 (diff) | |
download | SheMov-e47bd732941d9f3469400292c3f05be71ba30c76.tar.gz SheMov-e47bd732941d9f3469400292c3f05be71ba30c76.tar.bz2 SheMov-e47bd732941d9f3469400292c3f05be71ba30c76.zip |
Change "Add Covers..." to "Add files..."
Generalize the slot. Make it possible to add movies, too.
Diffstat (limited to 'archivemodel.h')
-rw-r--r-- | archivemodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivemodel.h b/archivemodel.h index 20f878c..06861d9 100644 --- a/archivemodel.h +++ b/archivemodel.h @@ -54,7 +54,7 @@ class ArchiveModel : public SmTreeModel { QStringList allReleaseGroups() const; bool setPartNo(int partId, int newPartId, const QString &subtitle); bool setFavorite(int partId, bool favorite); - void addCovers(int partId, const QStringList covers); + void addFiles(int partId, const QStringList files); bool deleteSeriesPart(int partId); bool addSeriesPart(int partno, QString subtitle, const QModelIndex &parent); |