From 32ff4e93bdc15a21faf23e46bd2e0eb659bf8f31 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sun, 4 Jul 2010 01:39:57 +0000 Subject: Theme Editor: Implemented a flags column in the tag table, removed the \n flag at the end of the param list and replaced it with a NOBREAK flag to prevent the renderer from inserting a line break at the end of the line. Modified the theme editor's renderer to accomodate this flag git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27268 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/models/parsetreenode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/themeeditor/models/parsetreenode.h') diff --git a/utils/themeeditor/models/parsetreenode.h b/utils/themeeditor/models/parsetreenode.h index 82ede05908..ca01ddd5ae 100644 --- a/utils/themeeditor/models/parsetreenode.h +++ b/utils/themeeditor/models/parsetreenode.h @@ -79,6 +79,7 @@ private: QList children; static int openConditionals; + static bool breakFlag; QGraphicsItem* rendered; }; -- cgit v1.2.3