qml: Remove QWidget'isms from TitleBar and from the overlay interface

This commit is contained in:
Sergio Martins
2020-07-26 16:10:21 +01:00
parent 08dc55ea06
commit e66cbae09f
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ void DropIndicatorOverlayInterface::setWindowBeingDragged(const FloatingWindow *
if (window != m_windowBeingDragged) {
m_windowBeingDragged = window;
if (m_windowBeingDragged) {
setGeometry(m_dropArea->QWidget::rect());
setGeometry(m_dropArea->QWidgetAdapter::rect());
raise();
} else {
setHoveredFrame(nullptr);