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

This is an overloaded function.

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

C++ documentation:

This is an overloaded function.

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