qml: Dropping a dragged window now works

This commit is contained in:
Sergio Martins
2020-08-11 23:40:07 +01:00
parent b3ec7423e8
commit 0aee56114b
8 changed files with 74 additions and 17 deletions

View File

@@ -30,7 +30,7 @@ public:
explicit ClassicIndicators(DropArea *dropArea);
~ClassicIndicators() override;
Type indicatorType() const override;
void hover(QPoint globalPos) override;
void hover_impl(QPoint globalPos) override;
QPoint posForIndicator(DropLocation) const override;
bool innerIndicatorsVisible() const;