Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I wonder whether it is good practice to use QStringLiteral wrapped in the QT_TR_NOOP-macro, when no placeholders for .arg() are contained in the literal?
QStringLiteral
QT_TR_NOOP
.arg()
Thanks in advance
Since QT_TR_NOOP needs a const char* I don't see what a QStringLiteral can/should do here.