diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-04 01:39:57 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-04 01:39:57 +0000 |
| commit | 32ff4e93bdc15a21faf23e46bd2e0eb659bf8f31 (patch) | |
| tree | 3e24bc8a53032bece6aa428c71796ca26ee27379 /utils/themeeditor/models/parsetreenode.h | |
| parent | d4e7ab7a93a268a9fbb1255b7ca3a39a09c090e2 (diff) | |
| download | rockbox-32ff4e93bdc15a21faf23e46bd2e0eb659bf8f31.zip rockbox-32ff4e93bdc15a21faf23e46bd2e0eb659bf8f31.tar.gz rockbox-32ff4e93bdc15a21faf23e46bd2e0eb659bf8f31.tar.bz2 rockbox-32ff4e93bdc15a21faf23e46bd2e0eb659bf8f31.tar.xz | |
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
Diffstat (limited to 'utils/themeeditor/models/parsetreenode.h')
| -rw-r--r-- | utils/themeeditor/models/parsetreenode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/models/parsetreenode.h b/utils/themeeditor/models/parsetreenode.h index 82ede05..ca01ddd 100644 --- a/utils/themeeditor/models/parsetreenode.h +++ b/utils/themeeditor/models/parsetreenode.h @@ -79,6 +79,7 @@ private: QList<ParseTreeNode*> children; static int openConditionals; + static bool breakFlag; QGraphicsItem* rendered; }; |