Remove old ViewWrapper::asDropArea()
It's unneeded, and it wasn't implemented for QtQuick
This commit is contained in:
@@ -57,7 +57,6 @@ public:
|
||||
bool isNull() const override;
|
||||
void setWindowTitle(const QString &title) override;
|
||||
QPoint mapTo(View *, QPoint) const override;
|
||||
Controllers::DropArea *asDropArea() const override;
|
||||
bool testAttribute(Qt::WidgetAttribute) const override;
|
||||
void setCursor(Qt::CursorShape) override;
|
||||
QSize minSize() const override;
|
||||
|
||||
Reference in New Issue
Block a user