mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Fixed clazy warnings: empty QStringLiteral.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace BlackMisc
|
||||
{
|
||||
return this->getCombinedCode() % (
|
||||
this->getDescription().isEmpty() ?
|
||||
QStringLiteral("") :
|
||||
QString() :
|
||||
(QStringLiteral(" ") % this->getDescription())
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user