aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.h
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-08-19 11:08:02 +0100
committerGitHub <noreply@github.com>2023-08-19 11:08:02 +0100
commitf99b04bd1656a8e5cd871c1fadc1550e663fc33a (patch)
tree777cea63b3742f79ab2bbebf60cd3d025839536c /launcher/Application.h
parent3098aecf9760074a291bd8460ce749e556baad3a (diff)
parentacf586ef82e13e5bb8c2eeace37085970d9917e4 (diff)
downloadPrismLauncher-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.h1
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);