Remove unused variable in qwindowsmousehandler.cpp.
Change-Id: Iacfeec396c2eeef973b62bf78c698aa206b01c41 Reviewed-by: Andy Shaw <andy.shaw@digia.com>bb10
parent
28f32afd3f
commit
57d0ed8f1e
|
|
@ -354,7 +354,6 @@ static bool isValidWheelReceiver(QWindow *candidate)
|
|||
bool QWindowsMouseHandler::translateMouseWheelEvent(QWindow *window, HWND,
|
||||
MSG msg, LRESULT *)
|
||||
{
|
||||
const Qt::MouseButtons buttons = keyStateToMouseButtons((int)msg.wParam);
|
||||
const Qt::KeyboardModifiers mods = keyStateToModifiers((int)msg.wParam);
|
||||
|
||||
int delta;
|
||||
|
|
|
|||
Loading…
Reference in New Issue