Add file tree

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2023-03-02 11:25:36 +00:00
parent 0fadb5a2be
commit 46cc325f7c
8 changed files with 379 additions and 301 deletions

View File

@ -18,9 +18,9 @@
#include <QDialog>
#include <QModelIndex>
#include <memory>
#include "PackIgnoreProxy.h"
class BaseInstance;
class PackIgnoreProxy;
typedef std::shared_ptr<BaseInstance> InstancePtr;
namespace Ui