mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-13 20:22:13 +00:00
NOISSUE fix a bunch of warnings thrown by Qt internals
Badly connected signals/slots and similar things.
This commit is contained in:
@@ -85,11 +85,11 @@ private slots:
|
||||
|
||||
void on_actionViewSelectedInstFolder_triggered();
|
||||
|
||||
void on_actionRefresh_triggered();
|
||||
void refreshInstances();
|
||||
|
||||
void on_actionViewCentralModsFolder_triggered();
|
||||
|
||||
void on_actionCheckUpdate_triggered();
|
||||
void checkForUpdates();
|
||||
|
||||
void on_actionSettings_triggered();
|
||||
|
||||
@@ -113,7 +113,7 @@ private slots:
|
||||
|
||||
void on_actionDeleteInstance_triggered();
|
||||
|
||||
void on_actionDeleteGroup_triggered();
|
||||
void deleteGroup();
|
||||
|
||||
void on_actionExportInstance_triggered();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user