Skip to content

Only try and use valid asset import plugins

Antonio Rojas requested to merge arojas/qtquick3d:qtbug-90564 into kde/5.15

If we try a key that doesn't exist, then this would return nullptr, but then we deference that so it causes a crash.

Fixes: QTBUG-90564

Upstream changeset: https://codereview.qt-project.org/c/qt/qtquick3d/+/347009

Merge request reports