diff options
author | Vance <40771709+vancez@users.noreply.github.com> | 2022-06-10 15:48:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 15:48:18 +0800 |
commit | fa5b1d99786567a6a183513df6fdf63d1e667bc5 (patch) | |
tree | 850a1f95b3ef55bde99e1c2403a63a60ebb44b95 /launcher/ui/MainWindow.h | |
parent | 4a261cac1a71b0817ed9693da3b16796ada8f348 (diff) | |
download | PrismLauncher-fa5b1d99786567a6a183513df6fdf63d1e667bc5.tar.gz PrismLauncher-fa5b1d99786567a6a183513df6fdf63d1e667bc5.tar.bz2 PrismLauncher-fa5b1d99786567a6a183513df6fdf63d1e667bc5.zip |
change slot name
Diffstat (limited to 'launcher/ui/MainWindow.h')
-rw-r--r-- | launcher/ui/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h index bd16246b..61a75c45 100644 --- a/launcher/ui/MainWindow.h +++ b/launcher/ui/MainWindow.h @@ -192,7 +192,7 @@ private slots: void keyReleaseEvent(QKeyEvent *event) override; #endif - void on_InstanceState_changed(bool running); + void refreshCurrentInstance(bool running); private: void retranslateUi(); |