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 /pictureswidget.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 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pictureswidget.h b/pictureswidget.h index d1cdd36..a7134df 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -44,6 +44,7 @@ class PicturesWidget : public QWidget { void editMappingsDone(); private: + void setupWidget(); MappingTreeWidget *mMappingTree; PictureListView *mPictureListView; PictureViewer2 *mPicViewer; |