aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/MainWindow.h
diff options
context:
space:
mode:
authordada513 <dada513@protonmail.com>2022-07-10 10:50:03 +0200
committerGitHub <noreply@github.com>2022-07-10 10:50:03 +0200
commit3b187b5246e1ad32bf672e1ef79686b3d14dcbcc (patch)
treeda7702e2eb22d0d4fd243400fc799daa8d66f112 /launcher/ui/MainWindow.h
parentf591c876650385423d205d40350a210098c86751 (diff)
parentffa756ccee8c63471cd8425ab4f4ffcad8875b79 (diff)
downloadPrismLauncher-3b187b5246e1ad32bf672e1ef79686b3d14dcbcc.tar.gz
PrismLauncher-3b187b5246e1ad32bf672e1ef79686b3d14dcbcc.tar.bz2
PrismLauncher-3b187b5246e1ad32bf672e1ef79686b3d14dcbcc.zip
Merge pull request #876 from Scrumplex/revert-updater-stuff
Revert "fix: remove updater if it is not used"
Diffstat (limited to 'launcher/ui/MainWindow.h')
-rw-r--r--launcher/ui/MainWindow.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h
index 4615975e..0ca8ec7b 100644
--- a/launcher/ui/MainWindow.h
+++ b/launcher/ui/MainWindow.h
@@ -78,9 +78,7 @@ public:
void checkInstancePathForProblems();
-#ifdef LAUNCHER_WITH_UPDATER
void updatesAllowedChanged(bool allowed);
-#endif
void droppedURLs(QList<QUrl> urls);
signals:
@@ -126,9 +124,7 @@ private slots:
void on_actionViewCentralModsFolder_triggered();
-#ifdef LAUNCHER_WITH_UPDATER
void checkForUpdates();
-#endif
void on_actionSettings_triggered();
@@ -197,11 +193,9 @@ private slots:
void startTask(Task *task);
-#ifdef LAUNCHER_WITH_UPDATER
void updateAvailable(GoUpdate::Status status);
void updateNotAvailable();
-#endif
void defaultAccountChanged();
@@ -211,12 +205,10 @@ private slots:
void updateNewsLabel();
-#ifdef LAUNCHER_WITH_UPDATER
/*!
* Runs the DownloadTask and installs updates.
*/
void downloadUpdates(GoUpdate::Status status);
-#endif
void konamiTriggered();