mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +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…
Reference in New Issue
Block a user