diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-11 13:14:24 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-11 13:14:24 +0100 |
| commit | 97ac1ce9994d88934e316182c33aab31ad2c79b6 (patch) | |
| tree | 2bf04107ba8905f05a2150696c84475df9fbae14 /src/settingsdialogpaths.h | |
| parent | a0cb500ff0cc40e48536c22ebb7bb2f5009e1def (diff) | |
Warn users that game path is invalid after choosing it rather than when applying setting.
Diffstat (limited to 'src/settingsdialogpaths.h')
| -rw-r--r-- | src/settingsdialogpaths.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settingsdialogpaths.h b/src/settingsdialogpaths.h index a2073188..9562289b 100644 --- a/src/settingsdialogpaths.h +++ b/src/settingsdialogpaths.h @@ -27,6 +27,8 @@ private: void on_profilesDirEdit_editingFinished(); void normalizePath(QLineEdit *lineEdit); + + QDir m_gameDir; }; #endif // SETTINGSDIALOGPATHS_H |
