diff options
| author | Tannin <sherb@gmx.net> | 2016-03-02 21:28:17 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-03-02 21:28:17 +0100 |
| commit | 9df612c7ca0ba4cb0b62d958df4e2745fe0c04ec (patch) | |
| tree | 26c7d390d5fb80f66128c256a32600f85b13d343 /src/settingsdialog.h | |
| parent | 0899724d901669512d607434d95630035f1d20b8 (diff) | |
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)
Diffstat (limited to 'src/settingsdialog.h')
| -rw-r--r-- | src/settingsdialog.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h index d1a566b1..d266488d 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -53,6 +53,12 @@ signals: void resetDialogs();
private slots:
+ void on_browseBaseDirBtn_clicked();
+
+private slots:
+ void on_browseOverwriteDirBtn_clicked();
+
+private slots:
void on_browseProfilesDirBtn_clicked();
private slots:
|
