forked from qt-creator/qt-creator
TextEditor: Compile fix
Change-Id: I0edf0fd32077a06102aec5951860c28723e46178 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -86,7 +86,7 @@ class TEXTEDITOR_EXPORT KeywordsCompletionAssistProvider : public CompletionAssi
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
KeywordsCompletionAssistProvider(const Keywords &keyWords = Keywords(),
|
KeywordsCompletionAssistProvider(const Keywords &keyWords = Keywords(),
|
||||||
const QString &snippetGroup = Constants::TEXT_SNIPPET_GROUP_ID);
|
const QString &snippetGroup = QString(Constants::TEXT_SNIPPET_GROUP_ID));
|
||||||
|
|
||||||
// IAssistProvider interface
|
// IAssistProvider interface
|
||||||
RunType runType() const override;
|
RunType runType() const override;
|
||||||
|
Reference in New Issue
Block a user