forked from qt-creator/qt-creator
CppTools: Move ProjectUpdateInfo to ProjectExplorer
Used for updating project parts, so move it near RawProjectPart. Change-Id: I77aeffbdbfb3d2ec0de600f61dcf7fbb7a355a98 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -103,7 +103,6 @@ HEADERS += \
|
||||
cppmodelmanagerinterface.h \
|
||||
cppbuiltinmodelmanagersupport.h \
|
||||
headerpathfilter.h \
|
||||
cppkitinfo.h \
|
||||
cpptools_clazychecks.h
|
||||
|
||||
SOURCES += \
|
||||
@@ -190,8 +189,7 @@ SOURCES += \
|
||||
cppprojectpartchooser.cpp \
|
||||
wrappablelineedit.cpp \
|
||||
cppbuiltinmodelmanagersupport.cpp \
|
||||
headerpathfilter.cpp \
|
||||
cppkitinfo.cpp
|
||||
headerpathfilter.cpp
|
||||
|
||||
FORMS += \
|
||||
clangdiagnosticconfigswidget.ui \
|
||||
|
||||
Reference in New Issue
Block a user