tests: Make DropArea::hover() return the chosen drop location
Just for tests.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user