diff options
Diffstat (limited to 'utils/themeeditor/gui/codeeditor.h')
| -rw-r--r-- | utils/themeeditor/gui/codeeditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/codeeditor.h b/utils/themeeditor/gui/codeeditor.h index a25c566..21f1c56 100644 --- a/utils/themeeditor/gui/codeeditor.h +++ b/utils/themeeditor/gui/codeeditor.h @@ -77,6 +77,7 @@ private slots: void updateLineNumberAreaWidth(int newBlockCount); void updateLineNumberArea(const QRect &, int); void cursorMoved(); + void insertTag(); private: QWidget *lineNumberArea; @@ -87,6 +88,7 @@ private: int tagBegin; int tagEnd; + int docLength; }; //![codeeditordefinition] |