From 9df612c7ca0ba4cb0b62d958df4e2745fe0c04ec Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 2 Mar 2016 21:28:17 +0100 Subject: more configuration options - overwrite path configurable - one can now set a base directory for all configurable paths - user can now opt in/out of receiving pre-release updates (not functional yet) --- src/settingsdialog.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/settingsdialog.h') diff --git a/src/settingsdialog.h b/src/settingsdialog.h index d1a566b1..d266488d 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -52,6 +52,12 @@ signals: void resetDialogs(); +private slots: + void on_browseBaseDirBtn_clicked(); + +private slots: + void on_browseOverwriteDirBtn_clicked(); + private slots: void on_browseProfilesDirBtn_clicked(); -- cgit v1.3.1