mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Fixed rule evaluation logic
This commit is contained in:
parent
6d2182eb46
commit
f042f11eed
@ -60,7 +60,7 @@ public:
|
|||||||
QList<QByteArray> vc(vals);
|
QList<QByteArray> vc(vals);
|
||||||
if (vc.removeAll("~"))
|
if (vc.removeAll("~"))
|
||||||
_neg = true;
|
_neg = true;
|
||||||
_vals = list(vals);
|
_vals = list(vc);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool match(const QVector<MapData::Tag> &tags) const
|
bool match(const QVector<MapData::Tag> &tags) const
|
||||||
|
Loading…
Reference in New Issue
Block a user