summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/skindocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/skindocument.h')
-rw-r--r--utils/themeeditor/gui/skindocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/skindocument.h b/utils/themeeditor/gui/skindocument.h
index 1713023779..7563b3cb53 100644
--- a/utils/themeeditor/gui/skindocument.h
+++ b/utils/themeeditor/gui/skindocument.h
@@ -97,6 +97,7 @@ private:
97 QString fileName; 97 QString fileName;
98 QString saved; 98 QString saved;
99 QString parseStatus; 99 QString parseStatus;
100 int currentLine;
100 101
101 QLayout* layout; 102 QLayout* layout;
102 CodeEditor* editor; 103 CodeEditor* editor;