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