Replace View::onLayoutRequest() with a signal

Which moves more logic into the controllers.
This commit is contained in:
Sergio Martins
2022-06-13 02:12:12 +01:00
parent cfd4e61a3b
commit e49ecc880e
11 changed files with 4 additions and 30 deletions

View File

@@ -39,7 +39,6 @@ public:
~DropArea_qtwidgets();
/// TODOm3
void onLayoutRequest() override;
bool onResize(QSize newSize) override;
private: