forked from qt-creator/qt-creator
SyntaxHighlighter: Fix typo
Change-Id: I6fca22438d97afde235ecb22da1083c6103021fd Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
André Hartmann
parent
739eeec19d
commit
498f0939e4
@@ -768,7 +768,7 @@ FontSettings SyntaxHighlighter::fontSettings() const
|
||||
return d->fontSettings;
|
||||
}
|
||||
/*!
|
||||
The syntax highlighter is not anymore reacting to the text document if \a noAutmatic is
|
||||
The syntax highlighter is not anymore reacting to the text document if \a noAutomatic is
|
||||
\c true.
|
||||
*/
|
||||
void SyntaxHighlighter::setNoAutomaticHighlighting(bool noAutomatic)
|
||||
|
Reference in New Issue
Block a user