diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-03-02 19:48:41 +0000 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-03-02 19:48:41 +0000 |
commit | 6505b0c065b32e13f392061ccb184d288329a058 (patch) | |
tree | f9b14d45411234c6c8ab2b4f779b344d7417f4a5 /launcher/ui/dialogs/ExportMrPackDialog.h | |
parent | 88ef02474f9c696318eb1c9e0213a7900f60f67e (diff) | |
download | PrismLauncher-6505b0c065b32e13f392061ccb184d288329a058.tar.gz PrismLauncher-6505b0c065b32e13f392061ccb184d288329a058.tar.bz2 PrismLauncher-6505b0c065b32e13f392061ccb184d288329a058.zip |
Move logic to task
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/dialogs/ExportMrPackDialog.h')
-rw-r--r-- | launcher/ui/dialogs/ExportMrPackDialog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/launcher/ui/dialogs/ExportMrPackDialog.h b/launcher/ui/dialogs/ExportMrPackDialog.h index 0cf4eb7f..89263fc6 100644 --- a/launcher/ui/dialogs/ExportMrPackDialog.h +++ b/launcher/ui/dialogs/ExportMrPackDialog.h @@ -36,10 +36,9 @@ class ExportMrPackDialog : public QDialog { void done(int result) override; private: - InstancePtr instance; + const InstancePtr instance; Ui::ExportMrPackDialog* ui; PackIgnoreProxy* proxy; void runExport(); - QByteArray generateIndex(); }; |