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

@@ -73,7 +73,7 @@ private:
DropLocation m_currentDropLocation = DropLocation_None;
protected:
virtual void hover_impl(QPoint globalPos) = 0;
virtual DropIndicatorOverlayInterface::DropLocation hover_impl(QPoint globalPos) = 0;
virtual void onHoveredFrameChanged(Frame *);
virtual void updateVisibility() {};