#include <QtCore/qdebug.h> #ifndef QDEBUG_H #if !defined(QT_NO_DEBUG_STREAM) class QDebug{ /* Some contents are skipped to improve readability */ public: inline class QDebug& operator <<(double t); /* ... */ }; #else // QT_NO_DEBUG_STREAM #endif #endif // QDEBUG_H