#include <QtGui/qitemselectionmodel.h>
#ifndef QITEMSELECTIONMODEL_H
#ifndef QT_NO_ITEMVIEWS
template < > class QTypeInfo < class QItemSelectionRange >{
   /* Some contents are skipped to improve readability */
   public: enum /*anonymous*/{
      /* ... */
      isComplex = 1,
      /* ... */
   };
   /* ... */
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMSELECTIONMODEL_H