qtquick: Fix IndicatorWindow::posForIndicator()

Wasn't even implemented. Should make some tests pass.
This commit is contained in:
Sergio Martins
2020-11-18 12:06:20 +00:00
parent b642d2df2f
commit 156dad6e03
5 changed files with 74 additions and 46 deletions

View File

@@ -55,6 +55,8 @@ public:
void hover(QPoint globalPos);
/// @brief returns the position of the specified drop location
/// The return is in global coordinates
virtual QPoint posForIndicator(DropLocation) const = 0;
static KDDockWidgets::Location multisplitterLocationFor(DropLocation);