On Tue, Oct 18, 2011 at 12:29:21PM +0200, Knoll Lars (Nokia-MP-Qt/Oslo) wrote:
> On 10/18/11 11:56 AM, "ext Oswald Buddenhagen" <[email protected]> 
> wrote:
> > so i'll just add *podData() functions to both classes for the time being.
> 
> Well, QByteArray has data(), QString has data() and unicode()? Why do we
> need another method for getting the same thing?
> 
QChar *QString::data() => str->data()->unicode()
char *QByteArray::data() => str->data()

template *that*.

ps: please fix you mail client not to wrap the attribution headers.
_______________________________________________
Qt5-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback

Reply via email to