diff options
author | OverMighty <its.overmighty@gmail.com> | 2020-05-04 11:36:41 +0200 |
---|---|---|
committer | OverMighty <its.overmighty@gmail.com> | 2020-05-04 11:36:41 +0200 |
commit | 313a6574c15e0cc0fd9bb510609b63905d1c760b (patch) | |
tree | 02d108881481f76c6c1dd6faab0cc2b844fcf8de /application/dialogs/NewInstanceDialog.h | |
parent | 381c12547fe91a7392f42337674da390841b39ed (diff) | |
parent | 5ca5661c23050d738f1d5f9ced5e7fb71eef3fce (diff) | |
download | PrismLauncher-313a6574c15e0cc0fd9bb510609b63905d1c760b.tar.gz PrismLauncher-313a6574c15e0cc0fd9bb510609b63905d1c760b.tar.bz2 PrismLauncher-313a6574c15e0cc0fd9bb510609b63905d1c760b.zip |
chore: pull changes from upstream
Diffstat (limited to 'application/dialogs/NewInstanceDialog.h')
-rw-r--r-- | application/dialogs/NewInstanceDialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/dialogs/NewInstanceDialog.h b/application/dialogs/NewInstanceDialog.h index c86ab73f..0b8b2fb8 100644 --- a/application/dialogs/NewInstanceDialog.h +++ b/application/dialogs/NewInstanceDialog.h @@ -29,6 +29,7 @@ class NewInstanceDialog; class PageContainer; class QDialogButtonBox; class ImportPage; +class TwitchPage; class NewInstanceDialog : public QDialog, public BasePageProvider { @@ -67,6 +68,7 @@ private: QString InstIconKey; ImportPage *importPage = nullptr; + TwitchPage *twitchPage = nullptr; std::unique_ptr<InstanceTask> creationTask; bool importIcon = false; |