summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/profilehighlighter.h
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2010-09-30 09:12:59 +0200
committerLeandro Melo <leandro.melo@nokia.com>2010-09-30 09:25:09 +0200
commit129b53f616e9e4437811c7a12e22c1af80f0baaa (patch)
tree680bec6cefce2c7005da9c6f6d001dddc3d7839c /src/plugins/qt4projectmanager/profilehighlighter.h
parentc9e819b5376feb7616cf12eaf15577ce8f2c4f03 (diff)
downloadqt-creator-129b53f616e9e4437811c7a12e22c1af80f0baaa.tar.gz
Profile editor: Add proper format to white spaces.
The generic highlighter already provided a method for this. This method was then lifted to the base syntax highlighter and it is now used by the profile highlighter. Reviewed-by: Roberto Raggi Task-number: QTCREATORBUG-2448
Diffstat (limited to 'src/plugins/qt4projectmanager/profilehighlighter.h')
-rw-r--r--src/plugins/qt4projectmanager/profilehighlighter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qt4projectmanager/profilehighlighter.h b/src/plugins/qt4projectmanager/profilehighlighter.h
index 87dadce27e..78ede9d738 100644
--- a/src/plugins/qt4projectmanager/profilehighlighter.h
+++ b/src/plugins/qt4projectmanager/profilehighlighter.h
@@ -46,6 +46,7 @@ public:
ProfileVariableFormat,
ProfileFunctionFormat,
ProfileCommentFormat,
+ ProfileVisualWhitespaceFormat,
NumProfileFormats
};