#include <QtCore/qpair.h> #ifndef QPAIR_H #ifndef QT_NO_DATASTREAM template < typename T1, typename T2 > inline class QDataStream& operator <<(class QDataStream& s, class QPair < T1, T2 > const & p); #endif #endif // QPAIR_H