diff options
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: |