forked from qt-creator/qt-creator
		
	C++: remove builtin RefactoringEngine dependency from CppEditor
Move CppRefactoringEngine to CppTools and builtin member ownership to model manager. Change-Id: I3e72308559fd2928229f9f25d4dd09beb3f56c34 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
		@@ -51,6 +51,7 @@ HEADERS += \
 | 
			
		||||
    cppqtstyleindenter.h \
 | 
			
		||||
    cpprawprojectpart.h \
 | 
			
		||||
    cpprefactoringchanges.h \
 | 
			
		||||
    cpprefactoringengine.h \
 | 
			
		||||
    cppselectionchanger.h \
 | 
			
		||||
    cppsemanticinfo.h \
 | 
			
		||||
    cppsemanticinfoupdater.h \
 | 
			
		||||
@@ -143,6 +144,7 @@ SOURCES += \
 | 
			
		||||
    cppqtstyleindenter.cpp \
 | 
			
		||||
    cpprawprojectpart.cpp \
 | 
			
		||||
    cpprefactoringchanges.cpp \
 | 
			
		||||
    cpprefactoringengine.cpp \
 | 
			
		||||
    cppselectionchanger.cpp \
 | 
			
		||||
    cppsemanticinfoupdater.cpp \
 | 
			
		||||
    cppsourceprocessor.cpp \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user