forked from qt-creator/qt-creator
QmlDesigner.NodeInstances: blacklist QtMultimedia/Audio
Change-Id: I7d16ae74ea848e848ac6dc2d8c8bb9c468681889 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
committed by
Marco Bubke
parent
0ae78f8db3
commit
f3270472ee
@@ -1078,6 +1078,9 @@ static bool isCrashingType(QQmlType *type)
|
||||
if (type) {
|
||||
if (type->qmlTypeName() == QStringLiteral("QtMultimedia/MediaPlayer"))
|
||||
return true;
|
||||
|
||||
if (type->qmlTypeName() == QStringLiteral("QtMultimedia/Audio"))
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user