Add Platform::qobjectAsView()

to be removed once we port away from Qt, but needed for now to
support QtQuick
This commit is contained in:
Sergio Martins
2022-04-07 23:10:01 +01:00
parent 59f9824cc2
commit 4944ad5882
6 changed files with 24 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ public:
~Platform_qtquick() override;
const char *name() const override;
std::shared_ptr<ViewWrapper> focusedView() const override;
std::shared_ptr<ViewWrapper> qobjectAsView(QObject *) const override;
private:
void init();