Function shl_q_debug_q_qml_error

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

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.