aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-05-13 18:24:01 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-05-13 18:24:01 +0100
commite1b6020b76401eb5a2f164775f3f738f357e4e2d (patch)
tree7b5f2b6fa9c537383518815d9855656e9b74f148 /launcher/ui
parent5b8d0254408a6fd3e123eb06b7cbcdd20bd54518 (diff)
downloadPrismLauncher-e1b6020b76401eb5a2f164775f3f738f357e4e2d.tar.gz
PrismLauncher-e1b6020b76401eb5a2f164775f3f738f357e4e2d.tar.bz2
PrismLauncher-e1b6020b76401eb5a2f164775f3f738f357e4e2d.zip
Make some changes
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui')
-rw-r--r--launcher/ui/dialogs/ExportInstanceDialog.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/launcher/ui/dialogs/ExportInstanceDialog.cpp b/launcher/ui/dialogs/ExportInstanceDialog.cpp
index ea01c5e2..57fe8119 100644
--- a/launcher/ui/dialogs/ExportInstanceDialog.cpp
+++ b/launcher/ui/dialogs/ExportInstanceDialog.cpp
@@ -45,7 +45,6 @@
#include <QDebug>
#include <QSaveFile>
#include <QStack>
-#include "StringUtils.h"
#include "SeparatorPrefixTree.h"
#include "Application.h"
#include <icons/IconList.h>
@@ -218,5 +217,3 @@ void ExportInstanceDialog::savePackIgnore()
qWarning() << e.cause();
}
}
-
-#include "ExportInstanceDialog.moc"