forked from qt-creator/qt-creator
Move the ModelManagerInterface out of the CPlusPlus library.
Change-Id: Iffaa18f848a22f6961b49dff048672b194570df6 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
@@ -45,7 +45,9 @@ HEADERS += completionsettingspage.h \
|
||||
cppchecksymbols.h \
|
||||
cpplocalsymbols.h \
|
||||
cppsemanticinfo.h \
|
||||
cppcompletionassistprovider.h
|
||||
cppcompletionassistprovider.h \
|
||||
ModelManagerInterface.h \
|
||||
TypeHierarchyBuilder.h
|
||||
|
||||
SOURCES += completionsettingspage.cpp \
|
||||
cppclassesfilter.cpp \
|
||||
@@ -82,7 +84,9 @@ SOURCES += completionsettingspage.cpp \
|
||||
cppchecksymbols.cpp \
|
||||
cpplocalsymbols.cpp \
|
||||
cppsemanticinfo.cpp \
|
||||
cppcompletionassistprovider.cpp
|
||||
cppcompletionassistprovider.cpp \
|
||||
ModelManagerInterface.cpp \
|
||||
TypeHierarchyBuilder.cpp
|
||||
|
||||
FORMS += completionsettingspage.ui \
|
||||
cppfilesettingspage.ui \
|
||||
|
||||
Reference in New Issue
Block a user