mirror of
https://github.com/KDE/konsole.git
synced 2026-06-10 23:15:38 -04:00
More changes to QLatin1String, QLatin1Char and QStringLiteral
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
using Konsole::ViewProperties;
|
||||
|
||||
QHash<int, ViewProperties*> ViewProperties::_viewProperties;
|
||||
QString ViewProperties::_mimeType = "application/x-konsole-view-id";
|
||||
QString ViewProperties::_mimeType = QStringLiteral("application/x-konsole-view-id");
|
||||
|
||||
ViewProperties::ViewProperties(QObject* parent)
|
||||
: QObject(parent)
|
||||
|
||||
Reference in New Issue
Block a user