Skip to content
Commit 376fdb7c authored by David Faure's avatar David Faure
Browse files

Fix unused-result warning in lastIndexOf() call

[[nodiscard]] is arguably wrong for the lastIndexOf() that takes
an optional pointer to a QRegularExpressionMatch, because we can inspect
that object to see if we had a match.
parent 08e0b8e0
Pipeline #557191 passed with stage
in 2 minutes and 11 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment