mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-24 03:35:54 +01:00
Removed non-existent type
This commit is contained in:
parent
df40c06afc
commit
adcc257f53
@ -332,8 +332,6 @@ Style::Layer::Layer(const QJsonObject &json)
|
|||||||
_type = Line;
|
_type = Line;
|
||||||
else if (type == "background")
|
else if (type == "background")
|
||||||
_type = Background;
|
_type = Background;
|
||||||
else if (type == "vector")
|
|
||||||
_type = Vector;
|
|
||||||
else if (type == "symbol")
|
else if (type == "symbol")
|
||||||
_type = Symbol;
|
_type = Symbol;
|
||||||
|
|
||||||
|
@ -49,7 +49,6 @@ private:
|
|||||||
Fill,
|
Fill,
|
||||||
Line,
|
Line,
|
||||||
Background,
|
Background,
|
||||||
Vector,
|
|
||||||
Symbol
|
Symbol
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user