mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Fixed clazy warnings: empty QStringLiteral.
This commit is contained in:
@@ -575,7 +575,7 @@ namespace BlackGui
|
||||
void CDockWidget::forceStyleSheetUpdate()
|
||||
{
|
||||
const QString qss = this->styleSheet();
|
||||
this->setStyleSheet(qss.isEmpty() ? QStringLiteral(" ") : QStringLiteral(""));
|
||||
this->setStyleSheet(qss.isEmpty() ? QStringLiteral(" ") : QString());
|
||||
this->setStyleSheet(qss);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user