diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-11-10 22:04:12 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-11-10 22:04:12 -0600 |
| commit | ad01e1d6085a97681537fe3328955dd1660dae36 (patch) | |
| tree | 31e8f3ed88317ff7b5e7daf82aed9588e43dbfa1 /src/settingsdialog.h | |
| parent | aaa1523db9c7e93ca9b258a74f36c17e29e5fc5a (diff) | |
Less strict implementation of path normalization
Diffstat (limited to 'src/settingsdialog.h')
| -rw-r--r-- | src/settingsdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settingsdialog.h b/src/settingsdialog.h index 3609c940..386cd24e 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -114,6 +114,8 @@ private slots: void on_resetColorsBtn_clicked();
+ void on_baseDirEdit_editingFinished();
+
void on_downloadDirEdit_editingFinished();
void on_modDirEdit_editingFinished();
|
