Changeset 748 for trunk/src/gui/kernel


Ignore:
Timestamp:
Jun 15, 2010, 4:49:35 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: OS/2: Added operator<<(QDebug debug,...) to debug HRGN hangles like "qDebug() << qDebugHRGN(hrgn)".

Location:
trunk/src/gui/kernel
Files:
2 edited

Legend:

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

    r705 r748  
    25722572}
    25732573
     2574
     2575
     2576
     2577
     2578
     2579
     2580
     2581
     2582
     2583
     2584
     2585
     2586
     2587
     2588
     2589
     2590
     2591
     2592
     2593
     2594
    25742595QDebug operator<<(QDebug debug, const RECTL &rcl)
    25752596{
  • trunk/src/gui/kernel/qwindowdefs_pm.h

    r704 r748  
    9595QDebug operator<<(QDebug debug, const QDebugHWND &d);
    9696
     97
     98
     99
     100
    97101// the following declarations require OS/2 types not defined here,
    98102// don't drag them in as well but require qt_os2.h to be included first
Note: See TracChangeset for help on using the changeset viewer.