pub unsafe fn add_char_q_byte_array2(
    a1: c_char,
    a2: impl CastInto<Ref<QByteArray>>
) -> CppBox<QByteArray>
Expand description

This is an overloaded function.

Calls C++ function: QByteArray operator+(char a1, const QByteArray& a2).

C++ documentation:

This is an overloaded function.

Returns a byte array that is the result of concatenating character a1 and byte array a2.