Normalize handling of close event for Frame and FloatingWindow too
Fixes windows not closing correctly for QtQuick
This commit is contained in:
@@ -49,7 +49,6 @@ protected:
|
||||
QSize maxSizeHint() const override;
|
||||
|
||||
private:
|
||||
void closeEvent(QCloseEvent *e) override;
|
||||
bool event(QEvent *) override;
|
||||
Controllers::Frame *const m_controller;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user