Ignore:
Timestamp:
Aug 19, 2009, 11:26:52 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: 1) Fixed window state change handling so that the window is properly redrawn after being un-minimized using the window manager command. 2) Fixed frame strut update during minimize.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qwindowdefs_pm.h

    r120 r121  
    103103
    104104Q_CORE_EXPORT QDbgStr qStrRECTL(const RECTL &rcl);
     105
    105106
    106107#endif // defined(QT_OS2_H)
     
    111112// Prints a non-quoted QString
    112113inline QDebug operator<<(QDebug dbg, const QDbgStr &str)
    113 { dbg << str.utf8().constData(); return dbg; }
     114{ dbg << str.toUtf8().constData(); return dbg; }
     115
     116#if defined(QT_OS2_H)
    114117
    115118inline QDebug operator<<(QDebug dbg, const RECTL &rcl)
    116119{ dbg << qStrRECTL(rcl); return dbg; }
     120
     121
     122
     123
     124
    117125
    118126#endif // defined(QDEBUG_H) && !defined(QT_NO_DEBUG_STREAM)
Note: See TracChangeset for help on using the changeset viewer.