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:
@@ -45,7 +45,7 @@ ServerListModel::ServerListModel(QObject *parent)
|
||||
}
|
||||
// Add add server delegate entry
|
||||
m_servers.append(Server{
|
||||
QStringLiteral(""),
|
||||
QString(),
|
||||
false,
|
||||
true,
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user