summaryrefslogtreecommitdiff
path: root/src/plugins/glsleditor/glslhighlighter.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-11-11 00:24:20 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2018-11-13 15:44:07 +0000
commit57d31b8ebc1b8c18ae01ab7f65e11269aca8aa5b (patch)
tree87023c1d7b222edd83f7d94b6c846d1547d2f4be /src/plugins/glsleditor/glslhighlighter.h
parent01d19b4f7059094019e4f861357dd54f2adbaeb7 (diff)
downloadqt-creator-57d31b8ebc1b8c18ae01ab7f65e11269aca8aa5b.tar.gz
GlslEditor: Modernize
modernize-use-auto modernize-use-equals-default modernize-use-nullptr modernize-use-override modernize-use-using Change-Id: Ic83ce33890ef2d4916997671af6163228135b7b0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/glsleditor/glslhighlighter.h')
-rw-r--r--src/plugins/glsleditor/glslhighlighter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/glsleditor/glslhighlighter.h b/src/plugins/glsleditor/glslhighlighter.h
index 0a8215c0f5..2b29818aca 100644
--- a/src/plugins/glsleditor/glslhighlighter.h
+++ b/src/plugins/glsleditor/glslhighlighter.h
@@ -38,7 +38,7 @@ public:
GlslHighlighter();
protected:
- void highlightBlock(const QString &text);
+ void highlightBlock(const QString &text) override;
void highlightLine(const QString &text, int position, int length, const QTextCharFormat &format);
bool isPPKeyword(const QStringRef &text) const;
};