summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2015-02-14 17:58:29 +0100
committerArno <am@disconnect.de>2015-02-14 17:58:29 +0100
commitd4708602ac2ec4f23161ae154eb86e3f6a2740fb (patch)
treea365d3516801e18bc7f6c0d21c7a74c7f1732423 /shemov.h
parentafdb93e180808af02995053eb973d593a3545d55 (diff)
downloadSheMov-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.h b/shemov.h
index 81126b1..5675aeb 100644
--- a/shemov.h
+++ b/shemov.h
@@ -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;