Ignore:
Timestamp:
Feb 13, 2010, 6:36:55 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Adopted to 4.6.1 changes.

File:
1 edited

Legend:

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

    r561 r569  
    72727272    // hidden.
    72737273    if (wasVisible) {
    7274 #if defined(Q_WS_WIN) || defined(Q_WS_X11) || defined (Q_WS_QWS) || defined(Q_WS_PM) 
     7274#if defined(Q_WS_WIN) || defined(Q_WS_X11) || defined (Q_WS_QWS) || defined(Q_WS_PM)
    72757275        qApp->d_func()->sendSyntheticEnterLeave(q);
    72767276#endif
     
    90119011Qt::InputMethodHints QWidget::inputMethodHints() const
    90129012{
     9013
    90139014    Q_D(const QWidget);
    9014 #ifndef QT_NO_IM
    90159015    return d->imHints;
    90169016#else //QT_NO_IM
     
    1040910409        if (on && !internalWinId() && testAttribute(Qt::WA_WState_Created))
    1041010410            d->createWinId();
     10411
    1041110412        if (ic && isEnabled())
    1041210413            ic->setFocusWidget(focusWidget);
Note: See TracChangeset for help on using the changeset viewer.