tests: Make DropArea::hover() return the chosen drop location

Just for tests.
This commit is contained in:
Sergio Martins
2020-11-28 16:47:19 +00:00
parent a5c65ae039
commit 75db599142
8 changed files with 27 additions and 18 deletions

View File

@@ -29,7 +29,7 @@ class DOCKS_EXPORT ClassicIndicators : public DropIndicatorOverlayInterface
public:
explicit ClassicIndicators(DropArea *dropArea);
~ClassicIndicators() override;
void hover_impl(QPoint globalPos) override;
DropLocation hover_impl(QPoint globalPos) override;
QPoint posForIndicator(DropLocation) const override;
bool innerIndicatorsVisible() const;