#include <QtCore/qpoint.h>
#ifndef QPOINT_H
template < > class QTypeInfo < class QPoint >{
   /* Some contents are skipped to improve readability */
   public: static inline char const * name();
   /* ... */
};
#endif // QPOINT_H