From d41a6810533f5508a18ce7e02cb34b8c37e371cc Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sat, 5 Jun 2010 07:38:29 +0000 Subject: Theme Editor: Enabled tag closing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26566 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/skindocument.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/skindocument.h') 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: -- cgit v1.1