View::closeWindow() is no longer virtual.

Implementation is common to all frontends.
Renamed it to closeRootView() to be consistent.
This commit is contained in:
Sergio Martins
2022-05-02 17:36:54 +01:00
parent 96912515a8
commit cccd3a47f0
12 changed files with 36 additions and 32 deletions

View File

@@ -61,6 +61,7 @@ public:
bool testAttribute(Qt::WidgetAttribute) const override;
void setCursor(Qt::CursorShape) override;
QSize minSize() const override;
bool close() override;
private:
QPointer<QQuickItem> m_item;