aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/InstanceWindow.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-16 20:34:07 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-07-10 12:19:15 +0200
commit15c5bbcf222e9baa705ec0dfe5504b9db2d030ae (patch)
tree775709f036726aff249246afd4c7886c77a981b6 /launcher/ui/InstanceWindow.h
parentc36342371819a4983b5ac2b928acc6a78b857ed8 (diff)
downloadPrismLauncher-15c5bbcf222e9baa705ec0dfe5504b9db2d030ae.tar.gz
PrismLauncher-15c5bbcf222e9baa705ec0dfe5504b9db2d030ae.tar.bz2
PrismLauncher-15c5bbcf222e9baa705ec0dfe5504b9db2d030ae.zip
fix: fix slots for Qt 6
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui/InstanceWindow.h')
-rw-r--r--launcher/ui/InstanceWindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/InstanceWindow.h b/launcher/ui/InstanceWindow.h
index 1acf684e..ee010b2f 100644
--- a/launcher/ui/InstanceWindow.h
+++ b/launcher/ui/InstanceWindow.h
@@ -55,8 +55,8 @@ slots:
void on_btnKillMinecraft_clicked();
void on_btnLaunchMinecraftOffline_clicked();
- void on_InstanceLaunchTask_changed(shared_qobject_ptr<LaunchTask> proc);
- void on_RunningState_changed(bool running);
+ void instanceLaunchTaskChanged(shared_qobject_ptr<LaunchTask> proc);
+ void runningStateChanged(bool running);
void on_instanceStatusChanged(BaseInstance::Status, BaseInstance::Status newStatus);
protected: