forked from qt-creator/qt-creator
		
	Clang: use local renaming based on ClangCodeModel
Provide refactoring engine for ClangCodeModel and implement missing methods. Change-Id: If5c913e0c5a7941cd2ced54d0fcfa4d625eadc93 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
		| @@ -44,10 +44,12 @@ public: | ||||
|     BaseEditorDocumentProcessor *editorDocumentProcessor( | ||||
|             TextEditor::TextDocument *baseTextDocument) final; | ||||
|     FollowSymbolInterface &followSymbolInterface() final; | ||||
|     RefactoringEngineInterface &refactoringEngineInterface() final; | ||||
|  | ||||
| private: | ||||
|     QScopedPointer<CppCompletionAssistProvider> m_completionAssistProvider; | ||||
|     QScopedPointer<FollowSymbolInterface> m_followSymbol; | ||||
|     QScopedPointer<RefactoringEngineInterface> m_refactoringEngine; | ||||
| }; | ||||
|  | ||||
| class ModelManagerSupportProviderInternal : public ModelManagerSupportProvider | ||||
|   | ||||
		Reference in New Issue
	
	Block a user