summaryrefslogtreecommitdiff
path: root/utils/themeeditor/skindocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/skindocument.h')
-rw-r--r--utils/themeeditor/skindocument.h2
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:
78 QString saved; 78 QString saved;
79 QString parseStatus; 79 QString parseStatus;
80 80
81 QTextCharFormat errorColor;
82
81 QLayout* layout; 83 QLayout* layout;
82 QPlainTextEdit* editor; 84 QPlainTextEdit* editor;
83 85