Rename FrameworkWidgetFactory to ViewFactory
We now deal in views instead of widgets, and the "Framework" part was redundant. It's also shorter now
This commit is contained in:
@@ -74,7 +74,7 @@ std::shared_ptr<Window> Platform_qtquick::windowFromQWindow(QWindow *qwindow) co
|
||||
return std::shared_ptr<Window>(new Window_qtquick(qwindow));
|
||||
}
|
||||
|
||||
FrameworkWidgetFactory *Platform_qtquick::createDefaultFrameworkWidgetFactory()
|
||||
ViewFactory *Platform_qtquick::createDefaultFrameworkWidgetFactory()
|
||||
{
|
||||
return new DefaultWidgetFactory_qtquick();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user