Skip to content

Commit

Permalink
Added filter value check/warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tumic0 committed Oct 6, 2024
1 parent 497aa2e commit aea6c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static QVariant variant(const QJsonValue &val)
case QJsonValue::Bool:
return val.toVariant();
default:
qWarning() << val << ": invalid filter value";
return QVariant();
}
}
Expand Down

0 comments on commit aea6c12

Please sign in to comment.