Add Platform::focusedView() and respective signal
Implemented as QGuiApplication::focusObjectChanged() for Qt, other frontends will have their own impl.
This commit is contained in:
@@ -23,6 +23,7 @@ public:
|
||||
Platform_qtquick();
|
||||
~Platform_qtquick() override;
|
||||
const char *name() const override;
|
||||
std::shared_ptr<ViewWrapper> focusedView() const override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user