Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmapreply_esri.cpp47 static const unsigned char jpegSignature[] = {0xFF, 0xD8, 0xFF, 0x00}; variable
82 else if (imageData.startsWith(reinterpret_cast<const char*>(jpegSignature))) in networkReplyFinished()