#include <QtCore/qvariant.h>
#ifndef QVARIANT_H
#ifndef QT_MOC
template < > struct QMetaTypeId2 < class QList < class QVariant > >{
   /* Some contents are skipped to improve readability */
   public: enum /*anonymous*/{
      Defined = 1,
      MetaType = 9,
   };
   /* ... */
};
#endif
#endif // QVARIANT_H