mirror of https://github.com/qt/qt3d.git
Fix typo on loadscenejob.cpp
Change-Id: I2fdb971bdf24669622752e62b656fcc403c17ee0 Reviewed-by: Mike Krus <mike.krus@kdab.com>
This commit is contained in:
parent
3a3fa5db6c
commit
752ee8daab
|
|
@ -183,7 +183,7 @@ Qt3DCore::QEntity *LoadSceneJob::tryLoadScene(Scene *scene,
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!foundSuitableLoggerPlugin)
|
if (!foundSuitableLoggerPlugin)
|
||||||
qCWarning(SceneLoaders) << Q_FUNC_INFO << "Found not suitable importer plugin for" << m_source;
|
qCWarning(SceneLoaders) << Q_FUNC_INFO << "Found no suitable importer plugin for" << m_source;
|
||||||
|
|
||||||
return sceneSubTree;
|
return sceneSubTree;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue