Changeset 604


Ignore:
Timestamp:
Feb 26, 2010, 12:29:07 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: Added qDebugFmt() and qDebugFmtHex() debug stream modifiers to ease formatting of integers in debug printing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qdebug.h

    r561 r604  
    255255}
    256256
     257
     258
     259
     260
     261
     262
     263
     264
     265
     266
     267
     268
     269
     270
     271
     272
     273
     274
     275
     276
     277
     278
     279
     280
     281
     282
     283
     284
     285
     286
     287
     288
     289
     290
     291
    257292#if !defined(QT_NO_DEBUG_STREAM)
    258293Q_CORE_EXPORT_INLINE QDebug qDebug() { return QDebug(QtDebugMsg); }
Note: See TracChangeset for help on using the changeset viewer.