From 42b065f04afffdae502b00383bafa9c925e309f8 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Mon, 7 Jun 2010 21:59:16 +0000 Subject: 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 --- utils/themeeditor/skindocument.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/skindocument.h') diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h index 4a6516f6de..b5eb60b2f4 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; -- cgit v1.2.3