aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/ExportInstanceDialog.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-07-16 20:57:57 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-07-16 20:57:57 +0300
commitcadb7142f0fe5eab16198ca8079d544456a977cc (patch)
tree30fada196b547fc1ba5003e785d3cffd246d4c2c /launcher/ui/dialogs/ExportInstanceDialog.h
parent251055302eec0232a89f0466efe3e7e7f3fa7de3 (diff)
downloadPrismLauncher-cadb7142f0fe5eab16198ca8079d544456a977cc.tar.gz
PrismLauncher-cadb7142f0fe5eab16198ca8079d544456a977cc.tar.bz2
PrismLauncher-cadb7142f0fe5eab16198ca8079d544456a977cc.zip
Added progress bar to Prism instance export
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/dialogs/ExportInstanceDialog.h')
-rw-r--r--launcher/ui/dialogs/ExportInstanceDialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ExportInstanceDialog.h b/launcher/ui/dialogs/ExportInstanceDialog.h
index 20a92807..02f38f63 100644
--- a/launcher/ui/dialogs/ExportInstanceDialog.h
+++ b/launcher/ui/dialogs/ExportInstanceDialog.h
@@ -2,6 +2,7 @@
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
+ * Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -58,7 +59,7 @@ class ExportInstanceDialog : public QDialog {
virtual void done(int result);
private:
- bool doExport();
+ void doExport();
void loadPackIgnore();
void savePackIgnore();
QString ignoreFileName();