Part: Use QStringLiteral
This commit is contained in:
@@ -915,7 +915,7 @@ void TaskCheckGeometryResults::currentRowChanged (const QModelIndex ¤t, co
|
||||
|
||||
bool TaskCheckGeometryResults::split(QString &input, QString &doc, QString &object, QString &sub)
|
||||
{
|
||||
QStringList strings = input.split(QString::fromLatin1("."));
|
||||
QStringList strings = input.split(QStringLiteral("."));
|
||||
if (strings.size() != 3)
|
||||
return false;
|
||||
doc = strings.at(0);
|
||||
|
||||
Reference in New Issue
Block a user