Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xml: Use the correct QString::arg() overload
arg(const QString &a, int fieldWidth, QChar fillChar) was being called and that's not what we want. Found with clazy static analyzer Change-Id: Ia5051bb2f979af496038c66580d199262b6cfa8b Reviewed-by: Marc Mutz <[email protected]> Reviewed-by: Mitch Curtis <[email protected]>
- Loading branch information