diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-02-06 11:38:28 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-06 06:34:05 -0800 |
commit | c84ef319a2d83affbd4a0f2f7c391cdfb25d09ee (patch) | |
tree | d0823cf0e41854e8faf9aeaa535ab6380c47645c /qt-ui/preferences.h | |
parent | 2a9289ac99f5be630e768a97dc30525c15e430ce (diff) | |
download | subsurface-c84ef319a2d83affbd4a0f2f7c391cdfb25d09ee.tar.gz |
Create a toolbox on the left side of the new profile
For quick acess of preferences the show / hide stuff from the Settings
dialog is now in that toolbox and in the future we can put a few more,
like 'Show Notifications Panel' and 'Enable Legend'
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.h')
-rw-r--r-- | qt-ui/preferences.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/preferences.h b/qt-ui/preferences.h index d75cf4bfd..a30914181 100644 --- a/qt-ui/preferences.h +++ b/qt-ui/preferences.h @@ -14,6 +14,7 @@ Q_OBJECT public: static PreferencesDialog* instance(); void showEvent(QShowEvent* ); + void emitSettingsChanged(); signals: void settingsChanged(); public slots: |