#include <QtCore/qglobal.h>
#ifndef QGLOBAL_H
#if defined(__cplusplus)
#ifndef QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION
template < typename T > class QTypeInfo{
   public: enum /*anonymous*/{
      isPointer = 0,
      isComplex = 1,
      isStatic = 1,
      isLarge = 0,
      isDummy = 0,
   };
};
#else
#endif /* QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION */
#endif /* __cplusplus */
#endif /* QGLOBAL_H */