forked from qt-creator/qt-creator
QMakePM: Use generalized KeywordsCompletionProvider
Change-Id: Iaa6476be9285d814e4357b861c8fd00f1c9adc1c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -53,7 +53,7 @@ static TextStyle styleForFormat(int format)
|
||||
}
|
||||
|
||||
ProFileHighlighter::ProFileHighlighter(const Keywords &keywords)
|
||||
: m_keywords(keywords)
|
||||
: m_keywords(qmakeKeywords())
|
||||
{
|
||||
setTextFormatCategories(NumProfileFormats, styleForFormat);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user