mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Removed wrong namespace
This commit is contained in:
parent
7442b76939
commit
a24d669e8f
@ -12,9 +12,9 @@
|
|||||||
#define LINE_TO 2
|
#define LINE_TO 2
|
||||||
#define CLOSE_PATH 7
|
#define CLOSE_PATH 7
|
||||||
|
|
||||||
#define POLYGON vector_tile::Tile_GeomType::Tile_GeomType_POLYGON
|
#define POLYGON vector_tile::Tile_GeomType_POLYGON
|
||||||
#define LINESTRING vector_tile::Tile_GeomType::Tile_GeomType_LINESTRING
|
#define LINESTRING vector_tile::Tile_GeomType_LINESTRING
|
||||||
#define POINT vector_tile::Tile_GeomType::Tile_GeomType_POINT
|
#define POINT vector_tile::Tile_GeomType_POINT
|
||||||
|
|
||||||
|
|
||||||
static QVariant value(const vector_tile::Tile_Value &val)
|
static QVariant value(const vector_tile::Tile_Value &val)
|
||||||
|
Loading…
Reference in New Issue
Block a user