#include <QtCore/qdebug.h>
#ifndef QDEBUG_H
#if !defined(QT_NO_DEBUG_STREAM)
#if defined(FORCE_UREF)
#else
template < typename T1, typename T2 > inline class QDebug operator <<(class QDebug debug, class QPair < T1, T2 > const & pair);
#endif
#else // QT_NO_DEBUG_STREAM
#endif
#endif // QDEBUG_H