More refactoring
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
87384182a1
commit
970ec8187c
9 changed files with 50 additions and 47 deletions
|
@ -57,7 +57,7 @@ ExportInstanceDialog::ExportInstanceDialog(InstancePtr instance, QWidget *parent
|
|||
ui->setupUi(this);
|
||||
auto model = new QFileSystemModel(this);
|
||||
auto root = instance->instanceRoot();
|
||||
proxyModel = new PackIgnoreProxy(root, this);
|
||||
proxyModel = new FileIgnoreProxy(root, this);
|
||||
loadPackIgnore();
|
||||
proxyModel->setSourceModel(model);
|
||||
ui->treeView->setModel(proxyModel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue