mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-01-18 20:12:10 +01:00
Consistently use mvt as the format
This commit is contained in:
parent
254e93e583
commit
402e1e3adc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user