Minor method renames

This commit is contained in:
Sergio Martins
2019-10-07 00:10:23 +01:00
parent 01249374e9
commit 21579f2743
16 changed files with 27 additions and 27 deletions

View File

@@ -325,9 +325,9 @@ FloatingWindow *DockWidgetBase::morphIntoFloatingWindow()
if (geo.isNull())
geo = geometry();
auto frame = Config::self().frameWorkWidgetFactory()->createFrame();
auto frame = Config::self().frameworkWidgetFactory()->createFrame();
frame->addWidget(this);
auto floatingWindow = Config::self().frameWorkWidgetFactory()->createFloatingWindow(frame);
auto floatingWindow = Config::self().frameworkWidgetFactory()->createFloatingWindow(frame);
floatingWindow->setGeometry(geo);
floatingWindow->show();