#include <QtCore/qpair.h>
#ifndef QPAIR_H
template < typename T1, typename T2 > struct QPair{
   /* Some contents are skipped to improve readability */
   public: inline struct QPair& operator =(struct QPair const & other);
   /* ... */
};
#endif // QPAIR_H