mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 15:35:09 -04:00
This reverts commit f96deb39aa.
This was anti-optimization.
QStringLiteral is a QString created at build time. Initialization of
QString with it has no overhead.
QLatin1String is 8 bit C string wrapper which needs run-time conversion
to 16 bit encoding used in QString.
38 KiB
38 KiB