summaryrefslogtreecommitdiff
path: root/src/settingsdialogpaths.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-11 13:14:24 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-11 13:14:24 +0100
commit97ac1ce9994d88934e316182c33aab31ad2c79b6 (patch)
tree2bf04107ba8905f05a2150696c84475df9fbae14 /src/settingsdialogpaths.h
parenta0cb500ff0cc40e48536c22ebb7bb2f5009e1def (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.h2
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