Skip to content
Commit 3a34565b authored by Heiko Becker's avatar Heiko Becker 🏃
Browse files

Fix replacing QString::left() with QString::at()

41f55182 replaced QString::left(1)
with QString::at(1) (instead of at(0)), which clearly isn't equivalent.
Additionally we need to make sure that the string isn't empty.
parent 7bebaf5d
Pipeline #200856 skipped
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