From 270fc73100c509b7d2cea3c5330d7ed7000f5dec Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 27 Aug 2015 09:08:15 +0200 Subject: Remove PVActions from SheMov Remove actions that are now triggered by the ControlItem. --- pictureviewer2.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pictureviewer2.h') 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; -- cgit v1.2.3-70-g09d2