diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-29 21:18:34 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-08 16:25:03 +0200 |
commit | 4103948132636fcb01daa866f107259a821419dd (patch) | |
tree | 03a4c9a4da41018829c2744f799829b390a69f3b /launcher/ui/dialogs/NewInstanceDialog.h | |
parent | 906f26698b73f3868939d3f66e6e639ac2da2263 (diff) | |
download | PrismLauncher-4103948132636fcb01daa866f107259a821419dd.tar.gz PrismLauncher-4103948132636fcb01daa866f107259a821419dd.tar.bz2 PrismLauncher-4103948132636fcb01daa866f107259a821419dd.zip |
feat: track capabilities of application
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui/dialogs/NewInstanceDialog.h')
-rw-r--r-- | launcher/ui/dialogs/NewInstanceDialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/NewInstanceDialog.h b/launcher/ui/dialogs/NewInstanceDialog.h index ef74634e..9b86ca4f 100644 --- a/launcher/ui/dialogs/NewInstanceDialog.h +++ b/launcher/ui/dialogs/NewInstanceDialog.h @@ -69,7 +69,6 @@ private: QString InstIconKey; ImportPage *importPage = nullptr; - FlamePage *flamePage = nullptr; std::unique_ptr<InstanceTask> creationTask; bool importIcon = false; |