summaryrefslogtreecommitdiff
path: root/utils/themeeditor/editorwindow.h
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-05 07:38:29 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-05 07:38:29 +0000
commitd41a6810533f5508a18ce7e02cb34b8c37e371cc (patch)
tree3c65417a6b022fdfccc822dbeab43846d56e7b32 /utils/themeeditor/editorwindow.h
parent0af886077520658a12a0c0b2d41bc15e5b906239 (diff)
downloadrockbox-d41a6810533f5508a18ce7e02cb34b8c37e371cc.tar.gz
rockbox-d41a6810533f5508a18ce7e02cb34b8c37e371cc.zip
Theme Editor: Enabled tag closing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26566 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/editorwindow.h')
-rw-r--r--utils/themeeditor/editorwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.h b/utils/themeeditor/editorwindow.h
index 157ee6a30b..1c02bb378d 100644
--- a/utils/themeeditor/editorwindow.h
+++ b/utils/themeeditor/editorwindow.h
@@ -44,6 +44,8 @@ protected:
44private slots: 44private slots:
45 void showPanel(); 45 void showPanel();
46 void newTab(); 46 void newTab();
47 void shiftTab(int index);
48 void closeTab(int index);
47 49
48private: 50private:
49 /* Setup functions */ 51 /* Setup functions */