Remove old ViewWrapper::asDropArea()

It's unneeded, and it wasn't implemented for QtQuick
This commit is contained in:
Sergio Martins
2022-06-06 10:28:44 +01:00
parent eb198736b8
commit 581451c342
5 changed files with 5 additions and 19 deletions

View File

@@ -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;