mirror of
https://github.com/tumic0/QtPBFImagePlugin.git
synced 2024-11-23 19:25:55 +01:00
Cosmetics
This commit is contained in:
parent
aea6c129dc
commit
ab19e5770f
@ -49,7 +49,7 @@ Style::Layer::Filter::Filter(const QJsonArray &json)
|
||||
if (json.isEmpty())
|
||||
INVALID_FILTER(json);
|
||||
|
||||
QString type = json.at(0).toString();
|
||||
QString type(json.at(0).toString());
|
||||
|
||||
if (type == "==") {
|
||||
if (json.size() != 3)
|
||||
|
Loading…
Reference in New Issue
Block a user