diff options
author | Arno <am@disconnect.de> | 2010-10-03 11:51:29 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-10-03 11:51:29 +0200 |
commit | 0861ec020923ff8a1549f6c4a3f5437ce62573b5 (patch) | |
tree | 9c60034f8077a00b5c97b0effaf0d9785a11a871 /shemov.h | |
parent | 3c86ae36f5048929ed43e1d49060d45e927953e8 (diff) | |
download | SheMov-0861ec020923ff8a1549f6c4a3f5437ce62573b5.tar.gz SheMov-0861ec020923ff8a1549f6c4a3f5437ce62573b5.tar.bz2 SheMov-0861ec020923ff8a1549f6c4a3f5437ce62573b5.zip |
Implemented "Archive selected" action
New context menu entry in FSWidget: archive selected. The selected files
will be inserted into the MovieInfoPage when archiving a movie.
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,7 @@ class SheMov : public QMainWindow { void aboutShemov(); void showStatistics(); void newMovieWizard(); + void newMovieWizardWithFiles(); void setSize(qint64 size); private: @@ -82,6 +83,7 @@ class SheMov : public QMainWindow { QAction *mOpenWithMenuFSA; QAction *mOpenWithMenuAVA; QAction *mRenameMenuA; + QAction *mArchiveSelectedA; //TreeView Actions //Series Actions |