summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/codeeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/gui/codeeditor.h')
-rw-r--r--utils/themeeditor/gui/codeeditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/codeeditor.h b/utils/themeeditor/gui/codeeditor.h
index a25c5664f0..21f1c561cf 100644
--- a/utils/themeeditor/gui/codeeditor.h
+++ b/utils/themeeditor/gui/codeeditor.h
@@ -77,6 +77,7 @@ private slots:
77 void updateLineNumberAreaWidth(int newBlockCount); 77 void updateLineNumberAreaWidth(int newBlockCount);
78 void updateLineNumberArea(const QRect &, int); 78 void updateLineNumberArea(const QRect &, int);
79 void cursorMoved(); 79 void cursorMoved();
80 void insertTag();
80 81
81private: 82private:
82 QWidget *lineNumberArea; 83 QWidget *lineNumberArea;
@@ -87,6 +88,7 @@ private:
87 88
88 int tagBegin; 89 int tagBegin;
89 int tagEnd; 90 int tagEnd;
91 int docLength;
90}; 92};
91 93
92//![codeeditordefinition] 94//![codeeditordefinition]