Home
last modified time | relevance | path

Searched refs:pngSignature (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmapreply_esri.cpp46 static const unsigned char pngSignature[] = {0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00}; variable
80 if (imageData.startsWith(reinterpret_cast<const char*>(pngSignature))) in networkReplyFinished()