summaryrefslogtreecommitdiff
path: root/src/createinstancedialogpages.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-07-25 21:52:30 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-11-03 11:39:05 -0500
commit0389688f3b30b9888bb94a08991bc1de00b89c59 (patch)
treebf565bb6aa4e792a5f3668774925d52212c9b484 /src/createinstancedialogpages.h
parentcfdfa9d40e09d509396f57fbf70b48fa2136c230 (diff)
move to next page when clicking a game
add game name in the label in the paths page can't use canonicalPath(), path might not exist
Diffstat (limited to 'src/createinstancedialogpages.h')
-rw-r--r--src/createinstancedialogpages.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/createinstancedialogpages.h b/src/createinstancedialogpages.h
index 0d210493..15e63a8f 100644
--- a/src/createinstancedialogpages.h
+++ b/src/createinstancedialogpages.h
@@ -179,6 +179,7 @@ public:
private:
QString m_lastInstanceName;
CreateInstanceDialog::Types m_lastType;
+ PlaceholderLabel m_label;
mutable PlaceholderLabel m_simpleExists, m_simpleInvalid;
mutable PlaceholderLabel m_advancedExists, m_advancedInvalid;