summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skindocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skindocument.h')
-rw-r--r--utils/themeeditor/skindocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h
index 4546c42..84d12df 100644
--- a/utils/themeeditor/skindocument.h
+++ b/utils/themeeditor/skindocument.h
@@ -44,6 +44,7 @@ public:
}
SkinDocument(QWidget *parent = 0);
+ SkinDocument(QString file, QWidget* parent = 0);
virtual ~SkinDocument();
ParseTreeModel* getModel(){ return model; }