Even Rouault 7e81226b51 Replace toUtf8().data() by toUtf8().constData()
All your uses of toUtf8().data() actually just need a const char*
So use constData() that is semantically more correct, and documented
to be faster.

From http://doc.qt.io/qt-5/qbytearray.html#data
"For read-only access, constData() is faster because it never
causes a deep copy to occur."
2018-10-07 07:23:42 +10:00
..
2018-10-05 01:37:32 +02:00
2018-10-05 09:01:32 -04:00
2018-10-05 11:03:49 +02:00
2018-05-31 12:33:38 -08:00
2018-09-10 15:25:42 +10:00
2018-09-06 05:56:09 +10:00