Skip to content

Fix clazy issues in autotests

Alexander Lohnau requested to merge work/clazy into master
  • The returned QStrings were not used

  • There was an empty QStringLiteral used. See clazy rule empty-qstringliteral, but in an equal checks that makes no difference, QTBUG-54505. And because we actually have a null string, it makes sense to be more explicit and on the safe side with this.

GIT_SILENT

@dfaure @nicolasfella

Merge request reports