diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-07 21:59:16 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-07 21:59:16 +0000 |
| commit | 42b065f04afffdae502b00383bafa9c925e309f8 (patch) | |
| tree | c4545ef3502dcd69f6854b517539844045cee167 /utils/themeeditor/skindocument.h | |
| parent | fe0334394fc2d167ffa2bb2f8c15f82b91a5f22d (diff) | |
| download | rockbox-42b065f04afffdae502b00383bafa9c925e309f8.zip rockbox-42b065f04afffdae502b00383bafa9c925e309f8.tar.gz rockbox-42b065f04afffdae502b00383bafa9c925e309f8.tar.bz2 rockbox-42b065f04afffdae502b00383bafa9c925e309f8.tar.xz | |
Theme Editor: Made status label a permanent widget and made editor highlight line that causes parse error
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26676 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/skindocument.h')
| -rw-r--r-- | utils/themeeditor/skindocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h index 4a6516f..b5eb60b 100644 --- a/utils/themeeditor/skindocument.h +++ b/utils/themeeditor/skindocument.h @@ -78,6 +78,8 @@ private: QString saved; QString parseStatus; + QTextCharFormat errorColor; + QLayout* layout; QPlainTextEdit* editor; |