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

@@ -46,7 +46,7 @@ public:
std::shared_ptr<ViewWrapper> rootView() const override;
std::shared_ptr<ViewWrapper> parentView() const override;
void setParent(View *) override;
bool close() override;
std::shared_ptr<ViewWrapper> childViewAt(QPoint localPos) const override;
QVector<std::shared_ptr<View>> childViews() const override;
HANDLE handle() const override;