aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/GuiUtil.cpp
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-06-12 12:22:48 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-06-12 13:39:47 +0200
commit2ff0aa09e35eb6910ef0a030ea41f84a1ed95782 (patch)
treee9e552ffe08c3655e91a1cf283fa35f4f0965f25 /launcher/ui/GuiUtil.cpp
parent32217a774f9902d3d523e7b7985bbe22060d0451 (diff)
downloadPrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.tar.gz
PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.tar.bz2
PrismLauncher-2ff0aa09e35eb6910ef0a030ea41f84a1ed95782.zip
fix: remove updater if it is not used
Diffstat (limited to 'launcher/ui/GuiUtil.cpp')
-rw-r--r--launcher/ui/GuiUtil.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/GuiUtil.cpp b/launcher/ui/GuiUtil.cpp
index 320f1502..62f36951 100644
--- a/launcher/ui/GuiUtil.cpp
+++ b/launcher/ui/GuiUtil.cpp
@@ -38,6 +38,7 @@
#include <QClipboard>
#include <QApplication>
#include <QFileDialog>
+#include <QStandardPaths>
#include "ui/dialogs/ProgressDialog.h"
#include "ui/dialogs/CustomMessageBox.h"