Minor refactoring

This commit is contained in:
Sergio Martins
2021-05-18 17:49:14 +01:00
parent 2dbdb9f7eb
commit fc028ec0be
3 changed files with 10 additions and 2 deletions

View File

@@ -55,6 +55,9 @@ public:
KDDockWidgets::DropIndicatorOverlayInterface::DropLocation hover(QPoint globalPos);
/// Clears and hides drop indicators
void removeHover();
/// @brief returns the position of the specified drop location
/// The return is in global coordinates
virtual QPoint posForIndicator(DropLocation) const = 0;