summaryrefslogtreecommitdiff
path: root/utils/themeeditor/projectmodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--utils/themeeditor/projectmodel.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/projectmodel.cpp b/utils/themeeditor/projectmodel.cpp
index f745139..da810d4 100644
--- a/utils/themeeditor/projectmodel.cpp
+++ b/utils/themeeditor/projectmodel.cpp
@@ -22,6 +22,7 @@
#include "projectmodel.h"
#include "projectfiles.h"
+#include "projectsettings.h"
#include "editorwindow.h"
#include <QFile>
@@ -173,6 +174,7 @@ ProjectRoot::ProjectRoot(QString config, ProjectModel* model)
/* Showing the files */
children.append(new ProjectFiles(settings, model, this));
+ children.append(new ProjectSettings(settings, model, this));
}