mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-30 04:59:16 +02:00
Consistently use mvt as the format
This commit is contained in:
@ -34,7 +34,7 @@ static bool isPlainPBF(quint32 magic)
|
||||
bool PBFHandler::canRead() const
|
||||
{
|
||||
if (canRead(device())) {
|
||||
setFormat("pbf");
|
||||
setFormat("mvt");
|
||||
return true;
|
||||
} else
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user