hi,
does anybody know the replacement of CSTRING.GETBUFFER()
in qt.
hi,
does anybody know the replacement of CSTRING.GETBUFFER()
in qt.
QString::data() for QChar and QString::toAscii().data() for raw char* pointer.
Bookmarks