diff options
author | Arno <arno@disconnect.de> | 2015-08-27 09:08:15 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-08-27 09:08:15 +0200 |
commit | 270fc73100c509b7d2cea3c5330d7ed7000f5dec (patch) | |
tree | d91ae1112a3a8dc5f658215b0efee49afecb20de /pictureviewer2.h | |
parent | 1b0e75147465738d6cdfa463f15aa49fcbda6770 (diff) | |
download | SheMov-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 'pictureviewer2.h')
-rw-r--r-- | pictureviewer2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pictureviewer2.h b/pictureviewer2.h index 1592b5d..89d0320 100644 --- a/pictureviewer2.h +++ b/pictureviewer2.h @@ -49,7 +49,6 @@ class PictureViewer2 : public QGraphicsView { void setShowMappingItem(bool show) { mShowMappingItem = show; } void setShowMarkItem(bool show) { mShowMarkItem = show; } void setCurrentDir(const QString &curDir) { mCurrentDir = curDir; } - void setSlideSelected(); const PicDataList marked() { return mMarkedFiles; } PicData picData(const QString &fullPath, int fileId = -1); @@ -128,9 +127,6 @@ class PictureViewer2 : public QGraphicsView { QPointF mInfoPos; QPointF mMappingPos; QPointF mBoundingPos; - QAction *mSlideA; - QAction *mToggleSlideA; - QAction *mSlideAllA; QAction *mHideA; QAction *mMarkA; QAction *mDeleteA; |