mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Fixed clazy warnings: empty QStringLiteral.
This commit is contained in:
@@ -50,7 +50,7 @@ namespace BlackMisc
|
||||
|
||||
QString CCallsignSet::getCallsignsAsString(bool sorted, const QString &separator) const
|
||||
{
|
||||
if (this->isEmpty()) { return QStringLiteral(""); }
|
||||
if (this->isEmpty()) { return {}; }
|
||||
return this->getCallsignStrings(sorted).join(separator);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user