diff options
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 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; |