Ignore:
Timestamp:
Jan 20, 2010, 1:21:02 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Fixed parenthesis.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qapplication_pm.cpp

    r448 r452  
    20542054    if (WinGetKeyState(HWND_DESKTOP, VK_SHIFT ) & 0x8000)
    20552055        state |= Qt::ShiftModifier;
    2056     if (WinGetKeyState(HWND_DESKTOP, VK_ALT) & 0x8000 ||
     2056    if ( ||
    20572057        (qt_keymapper_private()->extraKeyState & Qt::AltModifier))
    20582058        state |= Qt::AltModifier;
Note: See TracChangeset for help on using the changeset viewer.