dwww Home | Show directory contents | Find package

# empty-qstringliteral

Suggests to use `QLatin1String("")` instead of `QStringLiteral()` and `QStringLiteral("")`.
`QStringLiteral` should only be used where it would reduce memory allocations.

Note that, counterintuitively, both `QStringLiteral().isNull()` and `QStringLiteral("").isNull()` are `false`,
so do use exactly `QLatin1String("")` and not `QLatin1String()`, in both cases.

If in your code `isNull()` and `isEmpty()` are interchangeable, then simply use `QString()`.

Generated by dwww version 1.15 on Thu May 23 17:20:59 CEST 2024.