Skip to content

Coding style and convention

Alexander Akulich edited this page Jun 23, 2019 · 7 revisions
  • Prefer QLatin1String over QStringLiteral for error messages without arguments (optimize the memory footprint instead of the performance of error code paths)
Clone this wiki locally