diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-03-04 19:55:38 +0000 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-03-05 18:25:57 +0000 |
commit | 970ec8187c2a6b45b9b1031260c07f4e26fe8827 (patch) | |
tree | 093ed19ce965deb4168a535b50b37f17661de588 /launcher/ui/dialogs/ExportInstanceDialog.h | |
parent | 87384182a19ea852522af1b0d69420a510c0a94b (diff) | |
download | PrismLauncher-970ec8187c2a6b45b9b1031260c07f4e26fe8827.tar.gz PrismLauncher-970ec8187c2a6b45b9b1031260c07f4e26fe8827.tar.bz2 PrismLauncher-970ec8187c2a6b45b9b1031260c07f4e26fe8827.zip |
More refactoring
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/dialogs/ExportInstanceDialog.h')
-rw-r--r-- | launcher/ui/dialogs/ExportInstanceDialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/launcher/ui/dialogs/ExportInstanceDialog.h b/launcher/ui/dialogs/ExportInstanceDialog.h index b1b8f911..d96f4537 100644 --- a/launcher/ui/dialogs/ExportInstanceDialog.h +++ b/launcher/ui/dialogs/ExportInstanceDialog.h @@ -18,7 +18,7 @@ #include <QDialog> #include <QModelIndex> #include <memory> -#include "PackIgnoreProxy.h" +#include "FileIgnoreProxy.h" class BaseInstance; typedef std::shared_ptr<BaseInstance> InstancePtr; @@ -47,7 +47,7 @@ private: private: Ui::ExportInstanceDialog *ui; InstancePtr m_instance; - PackIgnoreProxy * proxyModel; + FileIgnoreProxy * proxyModel; private slots: void rowsInserted(QModelIndex parent, int top, int bottom); |