Allow for snippets in cmake and qmake project files

Change-Id: I593595ad130b3fc7b86e22dc2c6fc4cf2c8935bf
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Tobias Hunger
2016-08-18 15:39:13 +02:00
parent 59bab5e0ac
commit 05a965f161
2 changed files with 7 additions and 2 deletions

View File

@@ -59,7 +59,9 @@ IAssistProcessor *CMakeFileCompletionAssistProvider::createProcessor() const
CMakeFileCompletionAssist::CMakeFileCompletionAssist() :
KeywordsCompletionAssistProcessor(Keywords())
{}
{
setSnippetGroup(Constants::CMAKE_SNIPPETS_GROUP_ID);
}
IAssistProposal *CMakeFileCompletionAssist::perform(const AssistInterface *interface)
{