summaryrefslogtreecommitdiff
path: root/src/settingsdialogpaths.h
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2021-01-13 23:04:20 +0100
committerGitHub <noreply@github.com>2021-01-13 23:04:20 +0100
commitc3334e7b4d17f3005bd3c4dab8eee42b1e5510f8 (patch)
tree6b932f72419a7a9e460204e6beee21535e4c9fc7 /src/settingsdialogpaths.h
parent242125fdef3cb760b5b4fcacaedbcd81b13d3701 (diff)
parentbc9cb3794225d9b13eb26747e3eee0b54fc45cd6 (diff)
Merge pull request #1351 from Holt59/fix-set-gamepath
Fix setting game path for games with executable in subfolder.
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