QString: Allocating more than needed?
David Leimbach
kde-optimize@mail.kde.org
Sun, 26 Jan 2003 09:05:33 -0600
> What's the situation with QConstString ?
> I never used it until now and I think this class isn't very well known.
>
It reminds me of the basic NSString class that is also not mutable. It
can however return you a mutable QString which has all the naughty
memory behavior under examination.
I recommend we use the right data type for constants and use
QConstString where it makes sense to save space.
> Bye
> Alex
>
> _______________________________________________
> Kde-optimize mailing list
> Kde-optimize@mail.kde.org
> http://mail.kde.org/mailman/listinfo/kde-optimize
>