diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-06 18:12:16 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-07-06 18:13:51 +0200 |
commit | e210a4b2444e7e818cf2959027b719c928e2ecca (patch) | |
tree | ba2b8272686176b64ee50a0e3b773c00f3254df0 /launcher/Application.h | |
parent | f1902a44716201d9d6431cab762663cd749b58eb (diff) | |
download | PrismLauncher-e210a4b2444e7e818cf2959027b719c928e2ecca.tar.gz PrismLauncher-e210a4b2444e7e818cf2959027b719c928e2ecca.tar.bz2 PrismLauncher-e210a4b2444e7e818cf2959027b719c928e2ecca.zip |
Revert "fix: remove updater if it is not used"
This reverts commit 2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 18461ad8..e3b4fced 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -42,10 +42,7 @@ #include <QIcon> #include <QDateTime> #include <QUrl> - -#ifdef LAUNCHER_WITH_UPDATER #include <updater/GoUpdate.h> -#endif #include <BaseInstance.h> |