diff options
Diffstat (limited to 'utils/themeeditor/skindocument.h')
| -rw-r--r-- | utils/themeeditor/skindocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h index 5f25d8e..e15dd61 100644 --- a/utils/themeeditor/skindocument.h +++ b/utils/themeeditor/skindocument.h @@ -39,6 +39,8 @@ public: ParseTreeModel* getModel(){ return model; } QString getTitle(){ return title; } + bool requestClose(); + signals: private slots: |