qtquick: Implement ViewWrapper::minSize()

This commit is contained in:
Sergio Martins
2022-05-02 23:40:14 +01:00
parent b719435ae8
commit 9f532fb543
3 changed files with 20 additions and 1 deletions

View File

@@ -62,6 +62,7 @@ public:
QSize minSize() const override;
bool close() override;
const View *unwrap() const;
View *unwrap();
private: