diff options
author | Arno <arno@disconnect.de> | 2018-07-14 18:44:48 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-07-14 18:44:48 +0200 |
commit | 91e0b30ac38cec6ab7c8477615c0df129efed216 (patch) | |
tree | 881dc3b24dd3bca95ccc0ad2a1146db400d0f653 /picturelistview.h | |
parent | f6eb9eb58568b5fde537cc8119914dc77b25b46a (diff) | |
download | SheMov-91e0b30ac38cec6ab7c8477615c0df129efed216.tar.gz SheMov-91e0b30ac38cec6ab7c8477615c0df129efed216.tar.bz2 SheMov-91e0b30ac38cec6ab7c8477615c0df129efed216.zip |
Remove the menuBar() from picture archive
The journey started innocent enough, but turned out to be a commit that
should have been severals. In the end, the picture archive has no
menuBar() any more, as expected, but it's also impossible to call the
slide dialog. Will fix that soon.
Diffstat (limited to 'picturelistview.h')
-rw-r--r-- | picturelistview.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/picturelistview.h b/picturelistview.h index 9e86372..072a63a 100644 --- a/picturelistview.h +++ b/picturelistview.h @@ -46,7 +46,6 @@ class PictureListView : public SmTreeView { void newMappings(QString); void numSelected(int); void selectedSize(qint64); - void editPicsMappings(); private: HoverWindow *mHoverWin; |