diff options
author | Arno <am@disconnect.de> | 2013-07-27 05:01:09 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-07-27 05:01:09 +0200 |
commit | 8fba0fcb81e7b517804f34a5c8ad3741f92926da (patch) | |
tree | 8919264536b47420c2e624aa33766a2246d72fc1 /pictureswidget.h | |
parent | 0afebd0e3cb3da831cd5ffba1eefbe9e61e408a1 (diff) | |
download | SheMov-8fba0fcb81e7b517804f34a5c8ad3741f92926da.tar.gz SheMov-8fba0fcb81e7b517804f34a5c8ad3741f92926da.tar.bz2 SheMov-8fba0fcb81e7b517804f34a5c8ad3741f92926da.zip |
Fix window title
Set the main window title according to selected tab.
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pictureswidget.h b/pictureswidget.h index 91bcfa7..8d17a10 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -43,10 +43,10 @@ class PicturesWidget : public QWidget { void showPicViewer(bool toggled); void writeSettings(); void readSettings(); + void constructWindowTitle(); private slots: void editMappings(); - void constructWindowTitle(); void showInPicViewer(const QModelIndex &idx); signals: |