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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user