#include <QtGui/qitemselectionmodel.h>
#ifndef QITEMSELECTIONMODEL_H
#ifndef QT_NO_ITEMVIEWS
class QItemSelection: public QList < class QItemSelectionRange >{
public: static void split(class QItemSelectionRange const & range, class QItemSelectionRange const & other, class QItemSelection* result);
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMSELECTIONMODEL_H