diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-08-19 11:08:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 11:08:02 +0100 |
commit | f99b04bd1656a8e5cd871c1fadc1550e663fc33a (patch) | |
tree | 777cea63b3742f79ab2bbebf60cd3d025839536c /launcher/Application.h | |
parent | 3098aecf9760074a291bd8460ce749e556baad3a (diff) | |
parent | acf586ef82e13e5bb8c2eeace37085970d9917e4 (diff) | |
download | PrismLauncher-f99b04bd1656a8e5cd871c1fadc1550e663fc33a.tar.gz PrismLauncher-f99b04bd1656a8e5cd871c1fadc1550e663fc33a.tar.bz2 PrismLauncher-f99b04bd1656a8e5cd871c1fadc1550e663fc33a.zip |
Merge pull request #1320 from TheKodeToad/better-launch
Combine launch buttons in instance window, persist profiler
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 29774b1c..b227bb81 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -195,7 +195,6 @@ class Application : public QApplication { bool launch(InstancePtr instance, bool online = true, bool demo = false, - BaseProfilerFactory* profiler = nullptr, MinecraftServerTargetPtr serverToJoin = nullptr, MinecraftAccountPtr accountToUse = nullptr); bool kill(InstancePtr instance); |