Windows QPA: Remove extra class name from the function name

Change-Id: Iabe7c0093acc9b892182aa7e69e5af50abf61275
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
bb10
Yuhang Zhao 2021-12-04 13:46:50 +08:00
parent 9a7d2a7acf
commit 877d6cf6f6
1 changed files with 1 additions and 1 deletions

View File

@ -1266,7 +1266,7 @@ bool QWindowsContext::windowsProc(HWND hwnd, UINT message,
case QtWindows::NonClientHitTest:
return platformWindow->handleNonClientHitTest(QPoint(msg.pt.x, msg.pt.y), result);
case QtWindows::GeometryChangingEvent:
return platformWindow->QWindowsWindow::handleGeometryChanging(&msg);
return platformWindow->handleGeometryChanging(&msg);
case QtWindows::ExposeEvent:
return platformWindow->handleWmPaint(hwnd, message, wParam, lParam);
case QtWindows::NonClientMouseEvent: