qtquick: FloatingWindow and MainWindow are now ported and compile

This commit is contained in:
Sergio Martins
2022-05-15 15:29:54 +01:00
parent bcc823e900
commit 9d0f137f9d
13 changed files with 101 additions and 62 deletions

View File

@@ -45,6 +45,7 @@ public:
QPoint mapFromGlobal(QPoint globalPos) const override;
QPoint mapToGlobal(QPoint localPos) const override;
QScreen *screen() const override;
void destroy() override;
protected:
QPointer<QWindow> m_window;