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

@@ -130,3 +130,9 @@ void DropIndicatorOverlayInterface::setHoveredFrameRect(QRect rect)
Q_EMIT hoveredFrameRectChanged();
}
}
void DropIndicatorOverlayInterface::removeHover()
{
setWindowBeingDragged(false);
setCurrentDropLocation(DropIndicatorOverlayInterface::DropLocation_None);
}