diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-01 22:45:15 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-11-21 16:18:05 +0100 |
commit | fdbd8d9d2b2e04cd68fd800882309b40c05aba2c (patch) | |
tree | 431e1e556e97e1d5144cfa9cb4d429d677c50937 /launcher/ui/MainWindow.h | |
parent | 5cc91965d09070437af8c17113c5740401b127dd (diff) | |
download | PrismLauncher-fdbd8d9d2b2e04cd68fd800882309b40c05aba2c.tar.gz PrismLauncher-fdbd8d9d2b2e04cd68fd800882309b40c05aba2c.tar.bz2 PrismLauncher-fdbd8d9d2b2e04cd68fd800882309b40c05aba2c.zip |
refactor: remove old updater
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/ui/MainWindow.h')
-rw-r--r-- | launcher/ui/MainWindow.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h index 0aa01ee2..53db4919 100644 --- a/launcher/ui/MainWindow.h +++ b/launcher/ui/MainWindow.h @@ -48,7 +48,6 @@ #include "BaseInstance.h" #include "minecraft/auth/MinecraftAccount.h" #include "net/NetJob.h" -#include "updater/GoUpdate.h" class LaunchController; class NewsChecker; @@ -188,10 +187,6 @@ private slots: void startTask(Task *task); - void updateAvailable(GoUpdate::Status status); - - void updateNotAvailable(); - void defaultAccountChanged(); void changeActiveAccount(); @@ -200,10 +195,6 @@ private slots: void updateNewsLabel(); - /*! - * Runs the DownloadTask and installs updates. - */ - void downloadUpdates(GoUpdate::Status status); void konamiTriggered(); @@ -252,4 +243,3 @@ private: // managed by the application object Task *m_versionLoadTask = nullptr; }; - |