mirror of
https://github.com/KDE/konsole.git
synced 2026-01-30 01:41:35 -05: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