forked from qt-creator/qt-creator
Mark the trailing whitespaces.
This commit is contained in:
@@ -41,6 +41,7 @@ QmlHighlighter::QmlHighlighter(QTextDocument *parent) :
|
||||
m_braceDepth = 0;
|
||||
|
||||
QSet<QString> qmlKeywords(keywords());
|
||||
qmlKeywords << QLatin1String("alias");
|
||||
qmlKeywords << QLatin1String("property");
|
||||
qmlKeywords << QLatin1String("signal");
|
||||
qmlKeywords << QLatin1String("readonly");
|
||||
|
||||
Reference in New Issue
Block a user