mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T447, dock widget style
This commit is contained in:
@@ -394,8 +394,8 @@ namespace BlackGui
|
||||
|
||||
QString CDockWidget::windowTitleOrBackup() const
|
||||
{
|
||||
QString t(windowTitle());
|
||||
if (t.isEmpty()) { return windowTitleBackup(); }
|
||||
const QString t(windowTitle());
|
||||
if (t.isEmpty()) { return this->windowTitleBackup(); }
|
||||
return t;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user