summaryrefslogtreecommitdiffstats
path: root/pictureviewer2.h
diff options
context:
space:
mode:
Diffstat (limited to 'pictureviewer2.h')
-rw-r--r--pictureviewer2.h4
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;