Skip to content

Cleanup usage of QString/QStringLiteral/QLatin1String

Alexander Lohnau requested to merge work/qstring_cleanup into master
  • Often the _ macro was wrapped in a QString, this is just unnecessary
  • We should use the QStringLiteral machro if we just want to construct a QString
  • The _ macro was already defined, overriding it just results in a warning from the compiler

This make the code a bit more clear and saves us a ton of clazy warnings :)

@leinir

Merge request reports