Originally posted by @vadi2 in #3625 (comment)
Look into using QStringLiteral which creates the QString at compile-time and .arg() which would be a more efficient way to build the string, or %: https://doc.qt.io/qt-5/qstring.html#more-efficient-string-construction
Originally posted by @vadi2 in #3625 (comment)