More changes to QLatin1String, QLatin1Char and QStringLiteral

This commit is contained in:
Kurt Hindenburg
2017-05-08 10:12:49 -04:00
parent 3a69411f84
commit 4db5fb89e7
4 changed files with 28 additions and 28 deletions

View File

@@ -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)