diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-06 18:04:44 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-07-06 18:07:45 +0100 |
commit | 22327bbe71b271a126521db737101ae07ba26f8d (patch) | |
tree | f06f2e447e27773b4e8423c3a733e087d5e01797 /launcher/Application.h | |
parent | dedc9e4edc2769c62f33b6564f3009414245d9f3 (diff) | |
download | PrismLauncher-22327bbe71b271a126521db737101ae07ba26f8d.tar.gz PrismLauncher-22327bbe71b271a126521db737101ae07ba26f8d.tar.bz2 PrismLauncher-22327bbe71b271a126521db737101ae07ba26f8d.zip |
Combine launch buttons in Instance window, persist profiler
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index ced0af17..b911edc1 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -222,14 +222,11 @@ signals: #endif public slots: - bool launch( - InstancePtr instance, - bool online = true, - bool demo = false, - BaseProfilerFactory *profiler = nullptr, - MinecraftServerTargetPtr serverToJoin = nullptr, - MinecraftAccountPtr accountToUse = nullptr - ); + bool launch(InstancePtr instance, + bool online = true, + bool demo = false, + MinecraftServerTargetPtr serverToJoin = nullptr, + MinecraftAccountPtr accountToUse = nullptr); bool kill(InstancePtr instance); void closeCurrentWindow(); |