Fix some warnings about shadowing methods

This commit is contained in:
Sergio Martins
2021-03-09 15:43:36 +00:00
parent 446560931b
commit 633daf124e
4 changed files with 13 additions and 13 deletions

View File

@@ -448,7 +448,7 @@ bool StateInternalMDIDragging::handleMouseMove(QPoint globalPos)
auto layout = frame->mdiLayoutWidget();
Q_ASSERT(layout);
layout->move(frame, newLocalPosBounded);
layout->moveDockWidget(frame, newLocalPosBounded);
// Check if we need to pop out the MDI window (make it float)
// If we drag the window against an edge, and move behind the edge some threshold, we float it