From c5025c7c78b416f42f086138161d3126ad9482b9 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Thu, 5 Aug 2010 19:05:36 +0000 Subject: Theme Editor: Made progress bars fully movable/savable from the preview panel git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27726 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/models/parsetreenode.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/models/parsetreenode.h') diff --git a/utils/themeeditor/models/parsetreenode.h b/utils/themeeditor/models/parsetreenode.h index 106907799e..af998faf11 100644 --- a/utils/themeeditor/models/parsetreenode.h +++ b/utils/themeeditor/models/parsetreenode.h @@ -88,6 +88,8 @@ private: ParseTreeModel* model; + QList extraParams; + }; #endif // PARSETREENODE_H -- cgit v1.2.3