serverlistmodel replace "QStringLiteral("")" with "QString()"

Fix clazy issue "src/serverlistmodel.cpp:48:9: warning: Use an empty QLatin1String instead of an empty QStringLiteral [clazy-empty-qstringliteral]".
This commit is contained in:
Marius P
2022-11-16 21:25:14 +02:00
committed by Carl Schwan
parent f6b2340016
commit c3fcd280fb

View File

@@ -45,7 +45,7 @@ ServerListModel::ServerListModel(QObject *parent)
}
// Add add server delegate entry
m_servers.append(Server{
QStringLiteral(""),
QString(),
false,
true,
false,