diff options
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pictureswidget.h b/pictureswidget.h index a7134df..d6b548e 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -26,7 +26,6 @@ class PicturesWidget : public QWidget { public: explicit PicturesWidget(QWidget *parent = 0); PictureListView *picView() { return mPictureListView; } - void setPicViewerAction(QAction *action) { mPicViewerA = action; } PictureViewer2 *picViewer2() { return mPicViewer; } public slots: @@ -50,7 +49,6 @@ class PicturesWidget : public QWidget { PictureViewer2 *mPicViewer; MappingEditDialog *mEditDialog; const QString mWindowTitleBase; - QAction *mPicViewerA; }; #endif // PICTURESWIDGET_H |