Use View instead of ViewWrapper in the api
The latter will be an implementation detail soon
This commit is contained in:
@@ -106,7 +106,7 @@ Platform_qt::~Platform_qt()
|
||||
{
|
||||
}
|
||||
|
||||
std::shared_ptr<ViewWrapper> Platform_qt::focusedView() const
|
||||
std::shared_ptr<View> Platform_qt::focusedView() const
|
||||
{
|
||||
return qobjectAsView(qGuiApp->focusObject());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user