QString vs. QCString

Vladimir Prus ghost at cs.msu.su
Tue Mar 14 12:17:06 UTC 2006


Hi!
At the moment, debugger code uses both QString and QCString, and that's pretty 
incovenient, especially given that interfaces for those classes a bit 
different.

I don't really see any need for QCString. Yes, replies from gdb are 8-bit 
strings, but who cares if we use double the memory?

So, I plan to eventually kill all uses of QCString and use QString. But I 
though maybe somebody knows good reasons why I should not do this?

- Volodya




More information about the KDevelop-devel mailing list