forked from qt-creator/qt-creator
CppEditor: refactor FollowSymbol
Create an interface to get the ability to use another FollowSymbol implementation Change-Id: I5802f62523ff3ee47b8a14e487adf43edcb6c9b1 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -23,6 +23,7 @@ SOURCES += \
|
||||
clangeditordocumentprocessor.cpp \
|
||||
clangfixitoperation.cpp \
|
||||
clangfixitoperationsextractor.cpp \
|
||||
clangfollowsymbol.cpp \
|
||||
clangfunctionhintmodel.cpp \
|
||||
clanghighlightingmarksreporter.cpp \
|
||||
clangmodelmanagersupport.cpp \
|
||||
@@ -54,6 +55,7 @@ HEADERS += \
|
||||
clangeditordocumentprocessor.h \
|
||||
clangfixitoperation.h \
|
||||
clangfixitoperationsextractor.h \
|
||||
clangfollowsymbol.h \
|
||||
clangfunctionhintmodel.h \
|
||||
clanghighlightingmarksreporter.h \
|
||||
clangisdiagnosticrelatedtolocation.h \
|
||||
|
||||
Reference in New Issue
Block a user