forked from qt-creator/qt-creator
Merge "Merge remote-tracking branch 'origin/4.14'"
This commit is contained in:
@@ -206,3 +206,6 @@ if ((NOT WIN32) AND (NOT APPLE))
|
||||
)
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
# transitional qmake plugin build support
|
||||
qtc_add_public_header(coreplugin_dependencies.pri)
|
||||
|
||||
@@ -186,7 +186,7 @@ FormEditorItem *FormEditorScene::addFormEditorItem(const QmlItemNode &qmlItemNod
|
||||
else
|
||||
formEditorItem = new FormEditorItem(qmlItemNode, this);
|
||||
|
||||
Q_ASSERT(!m_qmlItemNodeItemHash.contains(qmlItemNode));
|
||||
QTC_ASSERT(!m_qmlItemNodeItemHash.contains(qmlItemNode), ;);
|
||||
|
||||
m_qmlItemNodeItemHash.insert(qmlItemNode, formEditorItem);
|
||||
if (qmlItemNode.isRootNode()) {
|
||||
|
||||
Reference in New Issue
Block a user