diff options
author | Arno <am@disconnect.de> | 2015-02-14 17:58:29 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2015-02-14 17:58:29 +0100 |
commit | d4708602ac2ec4f23161ae154eb86e3f6a2740fb (patch) | |
tree | a365d3516801e18bc7f6c0d21c7a74c7f1732423 /shemov.h | |
parent | afdb93e180808af02995053eb973d593a3545d55 (diff) | |
download | SheMov-d4708602ac2ec4f23161ae154eb86e3f6a2740fb.tar.gz SheMov-d4708602ac2ec4f23161ae154eb86e3f6a2740fb.tar.bz2 SheMov-d4708602ac2ec4f23161ae154eb86e3f6a2740fb.zip |
Implement gotoArchive
New context menu item for Filesystemwidget: select the seriespart when
goto archive is triggered... Selecting the partId from ArchiveModel was
deceptibly simple. Doom impending?
Diffstat (limited to 'shemov.h')
-rw-r--r-- | shemov.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -55,6 +55,7 @@ class SheMov : public QMainWindow { void skipForward(); void skipBack(); void searchResult(int seriesPartId); + void gotoArchive(); void analyzeActors(); void analyzeGenres(); @@ -96,6 +97,7 @@ class SheMov : public QMainWindow { QAction *mRenameA; QAction *mCdupA; QAction *mBackDirA; + QAction *mGotoArchiveA; QAction *mMountDvdA; QAction *mConfigA; QAction *mAboutShemovA; |