diff options
author | Arno <am@disconnect.de> | 2013-07-12 14:25:59 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-07-12 14:25:59 +0200 |
commit | 9954c11ac9bc51fe81cc9949ff9799ac87512d92 (patch) | |
tree | a0c546ea4cbf706cc602a1f3c019b2149740a6a6 /archivemodel.h | |
parent | 5b18830e0072d2d69b85697129be3e44d60f9235 (diff) | |
download | SheMov-9954c11ac9bc51fe81cc9949ff9799ac87512d92.tar.gz SheMov-9954c11ac9bc51fe81cc9949ff9799ac87512d92.tar.bz2 SheMov-9954c11ac9bc51fe81cc9949ff9799ac87512d92.zip |
Make PartNo and Subtitle editable
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 7b2fdf0..2bc4b1d 100644 --- a/archivemodel.h +++ b/archivemodel.h @@ -51,6 +51,7 @@ class ArchiveModel : public SmTreeModel { void setMetadata(int partId, const QList<QVariant> &data); QStringList allSources() const; QStringList allReleaseGroups() const; + bool setPartNo(int partId, int newPartId, const QString &subtitle); signals: void needRefresh(); |