summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/preferences/preferencesdialog.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-02 12:50:17 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-02 12:53:47 -0800
commitdf7818a9b8495285b4d9812e5d6d50d6f9c08813 (patch)
tree02377a879039cfce5d15936ac4d147f65c049904 /desktop-widgets/preferences/preferencesdialog.h
parent9f93b9a934e23be05322ff47a0c6a8fa3b8b3adb (diff)
downloadsubsurface-df7818a9b8495285b4d9812e5d6d50d6f9c08813.tar.gz
Preferences: make apply work
We didn't respond at all to that button. Also, the language settings didn't propagate without this explicit call. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/preferences/preferencesdialog.h')
-rw-r--r--desktop-widgets/preferences/preferencesdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/preferences/preferencesdialog.h b/desktop-widgets/preferences/preferencesdialog.h
index 611bd5fac..5f7f5f979 100644
--- a/desktop-widgets/preferences/preferencesdialog.h
+++ b/desktop-widgets/preferences/preferencesdialog.h
@@ -23,7 +23,7 @@ signals:
private:
PreferencesDialog();
void cancelRequested();
- void applyRequested();
+ void applyRequested(bool closeIt);
void defaultsRequested();
void buttonClicked(QAbstractButton *btn);
QList<AbstractPreferencesWidget*> pages;
@@ -32,4 +32,4 @@ private:
QDialogButtonBox *buttonBox;
};
-#endif \ No newline at end of file
+#endif