forked from qt-creator/qt-creator
QmlPuppet: Silence warnings
Change-Id: I25ebc3b33d5e636176f87af35ee2316e302f233a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -82,6 +82,9 @@ void Quick3DNodeInstance::initialize(const ObjectNodeInstance::Pointer &objectNo
|
||||
m_dummyRootViewCreateFunction = "createViewForNode";
|
||||
|
||||
Quick3DRenderableNodeInstance::initialize(objectNodeInstance, flags);
|
||||
#else
|
||||
Q_UNUSED(objectNodeInstance)
|
||||
Q_UNUSED(flags)
|
||||
#endif // QUICK3D_MODULE
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user