diff options
| author | Tannin <sherb@gmx.net> | 2016-05-27 15:51:01 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-05-27 15:51:01 +0200 |
| commit | bbab59f68112278bb23ff3bdc69737515b916667 (patch) | |
| tree | 57bdd9529d2ce5e929093e12691fef7e8f64a830 /src/settingsdialog.h | |
| parent | bfbb19099839019c785dc81c83b07dadbd394168 (diff) | |
fixed handling of base dir in settings dialog (and fixed the tab order in the settings dialog)
Diffstat (limited to 'src/settingsdialog.h')
| -rw-r--r-- | src/settingsdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h index 658fbce4..e9d995d3 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -87,6 +87,9 @@ private slots: private:
Ui::SettingsDialog *ui;
+
};
+
+
#endif // WORKAROUNDDIALOG_H
|
