1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Fixed rule evaluation logic

This commit is contained in:
Martin Tůma 2021-07-27 21:52:37 +02:00
parent 6d2182eb46
commit f042f11eed

View File

@ -60,7 +60,7 @@ public:
QList<QByteArray> vc(vals);
if (vc.removeAll("~"))
_neg = true;
_vals = list(vals);
_vals = list(vc);
}
bool match(const QVector<MapData::Tag> &tags) const