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/GuiUtil.cpp | |
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/GuiUtil.cpp')
-rw-r--r-- | launcher/ui/GuiUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/ui/GuiUtil.cpp b/launcher/ui/GuiUtil.cpp index 5a62e4d0..b1ea5ee9 100644 --- a/launcher/ui/GuiUtil.cpp +++ b/launcher/ui/GuiUtil.cpp @@ -39,6 +39,7 @@ #include <QClipboard> #include <QApplication> #include <QFileDialog> +#include <QStandardPaths> #include "ui/dialogs/ProgressDialog.h" #include "ui/dialogs/CustomMessageBox.h" |