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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h
index 5f25d8e292..e15dd613fd 100644
--- a/utils/themeeditor/skindocument.h
+++ b/utils/themeeditor/skindocument.h
@@ -39,6 +39,8 @@ public:
39 ParseTreeModel* getModel(){ return model; } 39 ParseTreeModel* getModel(){ return model; }
40 QString getTitle(){ return title; } 40 QString getTitle(){ return title; }
41 41
42 bool requestClose();
43
42signals: 44signals:
43 45
44private slots: 46private slots: