#include "geotiledmapreply_esri.h"
#include <QtLocation/private/qgeotilespec_p.h>
Go to the source code of this file.
|
static QT_BEGIN_NAMESPACE const unsigned char | pngSignature [] = {0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00} |
|
static const unsigned char | jpegSignature [] = {0xFF, 0xD8, 0xFF, 0x00} |
|
static const unsigned char | gifSignature [] = {0x47, 0x49, 0x46, 0x38, 0x00} |
|
◆ gifSignature
const unsigned char gifSignature[] = {0x47, 0x49, 0x46, 0x38, 0x00} |
|
static |
◆ jpegSignature
const unsigned char jpegSignature[] = {0xFF, 0xD8, 0xFF, 0x00} |
|
static |
◆ pngSignature
QT_BEGIN_NAMESPACE const unsigned char pngSignature[] = {0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00} |
|
static |