diff options
author | Arno <am@disconnect.de> | 2010-05-30 10:29:47 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-05-30 10:29:47 +0200 |
commit | 9a1ec955d9ce339e6b89714488bb866ae43bb397 (patch) | |
tree | e9df2c0c37821a1e4d9c670afcae2cfb298bdf1e /archiveviewwidget.h | |
parent | 51631c5726cc770e2802bb746954819f2a892310 (diff) | |
download | SheMov-9a1ec955d9ce339e6b89714488bb866ae43bb397.tar.gz SheMov-9a1ec955d9ce339e6b89714488bb866ae43bb397.tar.bz2 SheMov-9a1ec955d9ce339e6b89714488bb866ae43bb397.zip |
Implemented copying of movie data
Added function to copy actors, covers, genre, dvd and quality to other
parts of the same movie if movie has multiple files.
Diffstat (limited to 'archiveviewwidget.h')
-rw-r--r-- | archiveviewwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiveviewwidget.h b/archiveviewwidget.h index 6a4d572..c171707 100644 --- a/archiveviewwidget.h +++ b/archiveviewwidget.h @@ -45,6 +45,7 @@ class ArchiveViewWidget : public QWidget { void setDvdNo(); void deleteFromArchive(); void playSelected(const QString &player = QString()); + void copyToParts(); signals: void statusbarMessage(const QString &message); |