Make View::handle() non virtual

So we can still do comparisons if ~View_qtwidgets was already called.
Otherwise it would be calling a pure-virtual.
This commit is contained in:
Sergio Martins
2022-05-15 12:55:55 +01:00
parent 383e4f8abd
commit 1a47d52ed9
9 changed files with 6 additions and 24 deletions

View File

@@ -49,7 +49,6 @@ public:
bool close() override;
std::shared_ptr<ViewWrapper> childViewAt(QPoint localPos) const override;
QVector<std::shared_ptr<View>> childViews() const override;
HANDLE handle() const override;
void grabMouse() override;
void releaseMouse() override;
void setFocus(Qt::FocusReason) override;