summaryrefslogtreecommitdiffstats
path: root/shemov.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2015-08-27 09:08:15 +0200
committerArno <arno@disconnect.de>2015-08-27 09:08:15 +0200
commit270fc73100c509b7d2cea3c5330d7ed7000f5dec (patch)
treed91ae1112a3a8dc5f658215b0efee49afecb20de /shemov.h
parent1b0e75147465738d6cdfa463f15aa49fcbda6770 (diff)
downloadSheMov-270fc73100c509b7d2cea3c5330d7ed7000f5dec.tar.gz
SheMov-270fc73100c509b7d2cea3c5330d7ed7000f5dec.tar.bz2
SheMov-270fc73100c509b7d2cea3c5330d7ed7000f5dec.zip
Remove PVActions from SheMov
Remove actions that are now triggered by the ControlItem.
Diffstat (limited to 'shemov.h')
-rw-r--r--shemov.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/shemov.h b/shemov.h
index b19ba77..f427f46 100644
--- a/shemov.h
+++ b/shemov.h
@@ -52,8 +52,6 @@ class SheMov : public QMainWindow {
void checkMount(bool mounted);
void newPicsDialog();
void newPicsDialogWithFiles();
- void skipForward();
- void skipBack();
void searchResult(int seriesPartId);
void gotoArchive();
@@ -139,15 +137,10 @@ class SheMov : public QMainWindow {
QAction *mPVClearMarksA;
QAction *mPVReplaceA;
QAction *mPVSelectAllA;
- QAction *mPVToggleSlideA;
- QAction *mPVSlideA;
- QAction *mPVSlideAllA;
QAction *mPVShuffleA;
QAction *mPVCopyToA;
QAction *mPVShowNPDialogA;
QAction *mPVAddToNPA;
- QAction *mPVSkipForwardA;
- QAction *mPVSkipBackA;
QActionGroup *mPicActionGroup;
//EndActions