1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Fixed QT4 build

This commit is contained in:
Martin Tůma 2018-11-17 21:01:08 +01:00
parent 3c6ce2dde2
commit a98e9a9784

View File

@ -881,6 +881,7 @@ void MapView::setDevicePixelRatio(qreal deviceRatio, qreal mapRatio)
reloadMap();
#else // ENABLE_HIDPI
Q_UNUSED(ratio);
Q_UNUSED(deviceRatio);
Q_UNUSED(mapRatio);
#endif // ENABLE_HIDPI
}