TextEditor: Add declaration format description

Change-Id: Ibea12f324308a07d7e549d60a1b1c5767659efb3
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
Marco Bubke
2016-03-02 11:24:03 +01:00
parent 1a49ec3ffb
commit 7834bf76f2
4 changed files with 8 additions and 1 deletions

View File

@@ -98,6 +98,8 @@ enum TextStyle : quint8 {
C_ERROR,
C_ERROR_CONTEXT,
C_DECLARATION,
C_LAST_STYLE_SENTINEL
};