qtquick: Fix resizing root view
And uncommented the qtquick test for this, which now passes. Moved the test to its own qtquick tests file.
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
~Window_qt() override;
|
||||
void setWindowState(Qt::WindowState) override;
|
||||
QRect geometry() const override;
|
||||
void setGeometry(QRect) const override;
|
||||
bool isVisible() const override;
|
||||
WId handle() const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user