diff options
author | Arno <am@disconnect.de> | 2012-03-18 03:52:00 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-18 03:52:00 +0100 |
commit | 6fc9473ea5b84702cc5f07bc405394bddfccf5ac (patch) | |
tree | a9154aa8dfaf9d076c24b75da39adec36c185888 /pictureswidget.h | |
parent | 6c97f7d9eef744ce1da03f4d203af2307b08f6eb (diff) | |
download | SheMov-6fc9473ea5b84702cc5f07bc405394bddfccf5ac.tar.gz SheMov-6fc9473ea5b84702cc5f07bc405394bddfccf5ac.tar.bz2 SheMov-6fc9473ea5b84702cc5f07bc405394bddfccf5ac.zip |
Save settings for PicturesWidget
Remember selected node in PicturesWidget.
Diffstat (limited to 'pictureswidget.h')
-rw-r--r-- | pictureswidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pictureswidget.h b/pictureswidget.h index a8463a4..3d11c80 100644 --- a/pictureswidget.h +++ b/pictureswidget.h @@ -39,6 +39,8 @@ class PicturesWidget : public QWidget { public slots: void showPicViewer(bool toggled); + void writeSettings(); + void readSettings(); private slots: void editMappings(); |