30.09.2011, 16:54, "Andr Pnitz" <[email protected]>: > Actually quite a few of the string literals we have in Creator are essentially > plain ASCII "identifiers" that are only converted to QStrings to be able to > interface QVariantMap, QSettings etc. > > I have this nagging gut feeling that it would be better for performance if > these would take QByteArray keys instead. If someone has the desparate wish > to use more than 7 bits for his key strings (I certainly don't), the > convention > could just be that the encoding is implicitly assumed to be UTF-8.
+1 char * would be fine too -- Regards, Konstantin _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
