windows: Port system move support

This commit is contained in:
Sergio Martins
2022-05-30 23:42:41 +01:00
parent 9881e0488f
commit f9df3c5872
5 changed files with 18 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ public:
QSize minSize() const override;
QSize maxSize() const override;
QPoint fromNativePixels(QPoint) const override;
void startSystemMove() override;
protected:
QPointer<QWindow> m_window;