Rename Group::tabWidget() to Group::stack()

Matches its class name now
This commit is contained in:
Sergio Martins
2022-07-07 11:37:47 +01:00
parent 8383b227aa
commit b1605cc58b
8 changed files with 39 additions and 38 deletions

View File

@@ -268,7 +268,7 @@ int main(int argc, char **argv)
if (parser.isSet(hideCertainDockingIndicators)) {
// Here we exemplify adding a restriction to "Dock Widget 8"
// Dock widget 8 will only be allowed to dock to the outter areas
// Dock widget 8 will only be allowed to dock to the outer areas
auto func = [](KDDockWidgets::DropLocation location,
const KDDockWidgets::Controllers::DockWidget::List &source,
const KDDockWidgets::Controllers::DockWidget::List &target,