forked from qt-creator/qt-creator
QmlDesigner: Remove isQtQuick3DParticles3DModel
The type does not exist. Change-Id: I03df9f67d49af1ff37a254f3ef17693f5d975ea9 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
@@ -130,7 +130,6 @@ public:
|
||||
bool isQtQuick3DNode() const;
|
||||
bool isQtQuick3DParticles3DAffector3D() const;
|
||||
bool isQtQuick3DParticles3DAttractor3D() const;
|
||||
bool isQtQuick3DParticles3DModel() const;
|
||||
bool isQtQuick3DParticles3DParticle3D() const;
|
||||
bool isQtQuick3DParticles3DParticleEmitter3D() const;
|
||||
bool isQtQuick3DParticles3DSpriteParticle3D() const;
|
||||
|
@@ -2731,17 +2731,6 @@ bool NodeMetaInfo::isQtQuick3DView3D() const
|
||||
}
|
||||
}
|
||||
|
||||
bool NodeMetaInfo::isQtQuick3DParticles3DModel() const
|
||||
{
|
||||
if constexpr (useProjectStorage()) {
|
||||
using namespace Storage::Info;
|
||||
return isBasedOnCommonType<QtQuick3D_Particles3D, Storage::Info::Model>(m_projectStorage,
|
||||
m_typeId);
|
||||
} else {
|
||||
return isValid() && isSubclassOf("QtQuick3D.Particles3D.Model");
|
||||
}
|
||||
}
|
||||
|
||||
bool NodeMetaInfo::isQtQuick3DPrincipledMaterial() const
|
||||
{
|
||||
if constexpr (useProjectStorage()) {
|
||||
|
Reference in New Issue
Block a user