Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/
H A Dgeotiledmapreply_esri.cpp48 static const unsigned char gifSignature[] = {0x47, 0x49, 0x46, 0x38, 0x00}; variable
84 else if (imageData.startsWith(reinterpret_cast<const char*>(gifSignature))) in networkReplyFinished()