forked from qt-creator/qt-creator
		
	C++: Remove hard-coded configuration file name.
Change-Id: Ibe4cc69eafd14dab7707862b1068ce1e21b1d8e0 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
		| @@ -1418,7 +1418,7 @@ void CppCompletionAssistProcessor::globalCompletion(CPlusPlus::Scope *currentSco | ||||
|         completeNamespace(b); | ||||
|  | ||||
|     addKeywords(); | ||||
|     addMacros(QLatin1String("<configuration>"), context.snapshot()); | ||||
|     addMacros(CppModelManagerInterface::configurationFileName(), context.snapshot()); | ||||
|     addMacros(context.thisDocument()->fileName(), context.snapshot()); | ||||
|     addSnippets(); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user