Searched refs:jpegSignature (Results 1 – 1 of 1) sorted by relevance
47 static const unsigned char jpegSignature[] = {0xFF, 0xD8, 0xFF, 0x00}; variable82 else if (imageData.startsWith(reinterpret_cast<const char*>(jpegSignature))) in networkReplyFinished()