forked from qt-creator/qt-creator
		
	CppEditor: Remove unused Project parameter
Change-Id: I3bfa201352127b34d46fe5bb4b18fab12aeafa3a Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
		| @@ -418,10 +418,9 @@ IAssistProcessor *InternalCompletionAssistProvider::createProcessor() const | ||||
| } | ||||
|  | ||||
| IAssistInterface *InternalCompletionAssistProvider::createAssistInterface( | ||||
|         ProjectExplorer::Project *project, const QString &filePath, QTextDocument *document, | ||||
|         const QString &filePath, QTextDocument *document, | ||||
|         bool isObjCEnabled, int position, AssistReason reason) const | ||||
| { | ||||
|     Q_UNUSED(project); | ||||
|     QTC_ASSERT(document, return 0); | ||||
|  | ||||
|     CppModelManagerInterface *modelManager = CppModelManagerInterface::instance(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user