Remove View::minimumSizeHint()
It's a QWidget specific concept, so move it to the qtwidgets frontendcode. QtQuick won't need it.
This commit is contained in:
@@ -60,6 +60,7 @@ public:
|
||||
Controllers::DropArea *asDropArea() const override;
|
||||
bool testAttribute(Qt::WidgetAttribute) const override;
|
||||
void setCursor(Qt::CursorShape) override;
|
||||
QSize minSize() const override;
|
||||
|
||||
QWidget *widget() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user