#include <QtCore/qfileinfo.h>
#ifndef QFILEINFO_H
template < > class QTypeInfo < class QFileInfo >{
   /* Some contents are skipped to improve readability */
   public: enum /*anonymous*/{
      /* ... */
      isPointer = 0,
      /* ... */
   };
   /* ... */
};
#endif // QFILEINFO_H