Review the patch

Harald Sitter sitter.harald at gmail.com
Fri Apr 12 11:41:23 BST 2013


On Fri, Apr 12, 2013 at 12:23 PM, Shubham Chaudhary <
shubhamchaudhary92 at gmail.com> wrote:

> I think QStrings are more efficient that normal strings.
>

That is not true by the way. QStrings are larger than char* (as they
support unicode etc.etc.). Also constructing a QString is more expensive as
they need to convert whatever you enter into UTF-16. So when a string can
only contain ASCII characters it is usually advisable to use a char*.

HS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-multimedia/attachments/20130412/e760c65f/attachment.htm>
-------------- next part --------------
_______________________________________________
kde-multimedia mailing list
kde-multimedia at kde.org
https://mail.kde.org/mailman/listinfo/kde-multimedia


More information about the kde-multimedia mailing list