[][src]Function qt_qml::ops::shl_q_debug_q_qml_error

pub unsafe fn shl_q_debug_q_qml_error(
    debug: impl CastInto<Ref<QDebug>>,
    error: impl CastInto<Ref<QQmlError>>
) -> CppBox<QDebug>

Outputs a human readable version of error to debug.

Calls C++ function: QDebug operator<<(QDebug debug, const QQmlError& error).

C++ documentation:

Outputs a human readable version of error to debug.