diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-25 21:52:30 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:05 -0500 |
| commit | 0389688f3b30b9888bb94a08991bc1de00b89c59 (patch) | |
| tree | bf565bb6aa4e792a5f3668774925d52212c9b484 /src/createinstancedialogpages.h | |
| parent | cfdfa9d40e09d509396f57fbf70b48fa2136c230 (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.h | 1 |
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; |
