Update the overlay's geometry when we resize the main window

This commit is contained in:
Sergio Martins
2020-09-20 16:37:45 +01:00
parent 8d7627069c
commit af5e11a265
4 changed files with 17 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ public:
protected:
void setUniqueName(const QString &uniqueName);
void onResized(QResizeEvent *); // Because QtQuick doesn't have resizeEvent()
virtual SideBar* sideBar(SideBarLocation) const = 0;