pub unsafe fn add_char_q_string2(
    c: c_char,
    s: impl CastInto<Ref<QString>>
) -> CppBox<QString>
Expand description

Calls C++ function: QString operator+(char c, const QString& s).