summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/generichighlighter/highlightdefinitionhandler.h
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2010-06-21 13:37:53 +0200
committerLeandro Melo <leandro.melo@nokia.com>2010-06-21 16:10:42 +0200
commit15faf23e07dc206215841cb87e10a95d89ee0c25 (patch)
treeee34d8c2d2f760aafff47faa3a8241944fc4c451 /src/plugins/texteditor/generichighlighter/highlightdefinitionhandler.h
parentec249304e64eb14f9b24fc2692c03734213f48b9 (diff)
downloadqt-creator-15faf23e07dc206215841cb87e10a95d89ee0c25.tar.gz
Generic highlighter: Indentation based code folding.
Diffstat (limited to 'src/plugins/texteditor/generichighlighter/highlightdefinitionhandler.h')
-rw-r--r--src/plugins/texteditor/generichighlighter/highlightdefinitionhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/generichighlighter/highlightdefinitionhandler.h b/src/plugins/texteditor/generichighlighter/highlightdefinitionhandler.h
index e08be97649..672a368488 100644
--- a/src/plugins/texteditor/generichighlighter/highlightdefinitionhandler.h
+++ b/src/plugins/texteditor/generichighlighter/highlightdefinitionhandler.h
@@ -65,6 +65,7 @@ private:
void itemDataElementStarted(const QXmlAttributes &atts) const;
void commentElementStarted(const QXmlAttributes &atts) const;
void keywordsElementStarted(const QXmlAttributes &atts) const;
+ void foldingElementStarted(const QXmlAttributes &atts) const;
void ruleElementStarted(const QXmlAttributes &atts, const QSharedPointer<Rule> &rule);
// Specific rules.