Move DropArea into Controllers namespace

In preparation for View/Controller split.
This commit is contained in:
Sergio Martins
2022-04-23 12:14:30 +01:00
parent daa6afd14c
commit 860a1a1bb0
20 changed files with 55 additions and 44 deletions

View File

@@ -57,7 +57,7 @@ public:
bool isNull() const override;
void setWindowTitle(const QString &title) override;
QPoint mapTo(View *, QPoint) const override;
DropArea *asDropArea() const override;
Controllers::DropArea *asDropArea() const override;
QWidget *widget() const;