Add file tree
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
0fadb5a2be
commit
46cc325f7c
8 changed files with 379 additions and 301 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <QDialog>
|
||||
#include "BaseInstance.h"
|
||||
#include "PackIgnoreProxy.h"
|
||||
|
||||
namespace Ui {
|
||||
class ExportMrPackDialog;
|
||||
|
@ -37,4 +38,5 @@ class ExportMrPackDialog : public QDialog {
|
|||
private:
|
||||
InstancePtr instance;
|
||||
Ui::ExportMrPackDialog* ui;
|
||||
PackIgnoreProxy* proxy;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue