forked from qt-creator/qt-creator
CppTools: Extract BaseEditorDocumentParser out of SnapshotUpdater
Change-Id: If89e81eec6d600d3d39cc09203cf434d0768c1b4 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Erik Verbruggen
parent
6b5298faf9
commit
27e343b970
@@ -4,6 +4,7 @@ include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += \
|
||||
abstracteditorsupport.h \
|
||||
baseeditordocumentparser.h \
|
||||
builtinindexingsupport.h \
|
||||
commentssettings.h \
|
||||
completionsettingspage.h \
|
||||
@@ -62,6 +63,7 @@ HEADERS += \
|
||||
|
||||
SOURCES += \
|
||||
abstracteditorsupport.cpp \
|
||||
baseeditordocumentparser.cpp \
|
||||
builtinindexingsupport.cpp \
|
||||
commentssettings.cpp \
|
||||
completionsettingspage.cpp \
|
||||
|
||||
Reference in New Issue
Block a user