More renaming of "frame" to "group"

This commit is contained in:
Sergio Martins
2022-06-23 16:01:43 +01:00
parent 4ba58ac1be
commit ae5cf1d723
19 changed files with 92 additions and 92 deletions

View File

@@ -269,7 +269,7 @@ void DockWidget::setTitle(const QString &title)
}
}
QRect DockWidget::frameGeometry() const
QRect DockWidget::groupGeometry() const
{
if (Controllers::Group *f = d->group())
return f->view()->geometry();