mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2025-01-18 03:52:09 +01:00
Added missing defaults
This commit is contained in:
parent
3c125c9a7a
commit
57af4fca5b
@ -17,6 +17,8 @@ public:
|
||||
|
||||
struct Feature
|
||||
{
|
||||
Feature() : id(0), type(UNKNOWN) {}
|
||||
|
||||
quint64 id;
|
||||
QVector<quint32> tags;
|
||||
GeomType type;
|
||||
@ -25,6 +27,8 @@ public:
|
||||
|
||||
struct Layer
|
||||
{
|
||||
Layer() : version(1), extent(4096) {}
|
||||
|
||||
quint32 version;
|
||||
QByteArray name;
|
||||
QVector<Feature> features;
|
||||
|
Loading…
x
Reference in New Issue
Block a user