mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-06-30 04:59:16 +02:00
Silenced all the deprecated warnings
This commit is contained in:
@ -172,7 +172,7 @@ bool Style::Layer::Filter::match(const PBF::Feature &feature) const
|
||||
return true;
|
||||
return false;
|
||||
case GeometryType:
|
||||
return feature.type() == _kv.second.toUInt();
|
||||
return feature.type() == _kv.second.toInt();
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user