https://bugs.kde.org/show_bug.cgi?id=385341

--- Comment #3 from Jos van den Oever <j...@vandenoever.info> ---
There is code to convert std::string::String to QString and back. This always
requires a memory allocation because the encoding has to change between utf8
and utf16.

"QT seems to require that you do a begin_removal before each set of consecutive
removals." Yes, that is true.

"Is there a particular reason that we're requiring argument names?" It is
helpful when reading the code. Generated code will still show up in your IDE
and arg1, arg2 etc are not nice there.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to