diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-05-13 18:24:01 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-05-13 18:24:01 +0100 |
commit | e1b6020b76401eb5a2f164775f3f738f357e4e2d (patch) | |
tree | 7b5f2b6fa9c537383518815d9855656e9b74f148 /launcher/ui | |
parent | 5b8d0254408a6fd3e123eb06b7cbcdd20bd54518 (diff) | |
download | PrismLauncher-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.cpp | 3 |
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" |