Changeset 677


Ignore:
Timestamp:
Mar 11, 2010, 11:11:16 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: QWidget: Fixed 4.6.2 merge typo (broke non-QT_NO_IM builds).

File:
1 edited

Legend:

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

    r651 r677  
    1047110471            ic = focusWidget->d_func()->inputContext();
    1047210472        if (ic) {
    10473             if (on && hasFocus() && ic->focusWidget() != focusWidget && isEnabled()) {
     10473            if (on && hasFocus() && ic->focusWidget() != focusWidget && isEnabled()
    1047410474                && focusWidget->testAttribute(Qt::WA_InputMethodEnabled)) {
    1047510475                ic->setFocusWidget(focusWidget);
Note: See TracChangeset for help on using the changeset viewer.