From 3e214a2ebd6d84230791daaaca562e45802ff528 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Thu, 27 Jul 2017 12:19:50 +0200 Subject: [PATCH] TextEditor: Compile fix Change-Id: I0edf0fd32077a06102aec5951860c28723e46178 Reviewed-by: Christian Stenger --- src/plugins/texteditor/codeassist/keywordscompletionassist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/texteditor/codeassist/keywordscompletionassist.h b/src/plugins/texteditor/codeassist/keywordscompletionassist.h index f14b33cc584..c726dc42df4 100644 --- a/src/plugins/texteditor/codeassist/keywordscompletionassist.h +++ b/src/plugins/texteditor/codeassist/keywordscompletionassist.h @@ -86,7 +86,7 @@ class TEXTEDITOR_EXPORT KeywordsCompletionAssistProvider : public CompletionAssi { public: KeywordsCompletionAssistProvider(const Keywords &keyWords = Keywords(), - const QString &snippetGroup = Constants::TEXT_SNIPPET_GROUP_ID); + const QString &snippetGroup = QString(Constants::TEXT_SNIPPET_GROUP_ID)); // IAssistProvider interface RunType runType() const override;