mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-25 10:48:04 +02:00
Made coverity happy
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
class Tile
|
||||
{
|
||||
public:
|
||||
Tile() {}
|
||||
Tile() : _scaledSize(0) {}
|
||||
Tile(const QPoint &xy, const QVariant &zoom, int scaledSize = 0,
|
||||
const RectD &bbox = RectD()) : _xy(xy), _zoom(zoom),
|
||||
_scaledSize(scaledSize), _bbox(bbox) {}
|
||||
|
Reference in New Issue
Block a user