Rename more frame variables to group

This commit is contained in:
Sergio Martins
2022-06-21 17:31:14 +01:00
parent 9469273c7a
commit 0aec6dfdb1
24 changed files with 129 additions and 129 deletions

View File

@@ -250,7 +250,7 @@ QString DockWidget::title() const
auto dropAreaGuest = d->guest ? guestView()->asDropAreaController() : nullptr;
Q_ASSERT(dropAreaGuest);
if (dropAreaGuest->hasSingleFrame()) {
return dropAreaGuest->frames().constFirst()->title();
return dropAreaGuest->groups().constFirst()->title();
} else {
return qGuiApp->applicationName();
}