Searched refs:gifSignature (Results 1 – 1 of 1) sorted by relevance
48 static const unsigned char gifSignature[] = {0x47, 0x49, 0x46, 0x38, 0x00}; variable84 else if (imageData.startsWith(reinterpret_cast<const char*>(gifSignature))) in networkReplyFinished()