Skip to content
Commit 1c18392d authored by Oliver Hiorns's avatar Oliver Hiorns Committed by Fushan Wen
Browse files

remove redundant `QString::isNull()`

in several locations, the condition:
`str.isNull() || str.isEmpty()`
was used. This is redundant, as QString::isEmpty() returns true for null
strings.
parent ed9cce2a
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