#include <QtGui/qitemselectionmodel.h>
#ifndef QITEMSELECTIONMODEL_H
#ifndef QT_NO_ITEMVIEWS
class QItemSelection: public QList < class QItemSelectionRange >{
public: void merge(class QItemSelection const & other, class QFlags < enum QItemSelectionModel::SelectionFlag > command);
};
#endif // QT_NO_ITEMVIEWS
#endif // QITEMSELECTIONMODEL_H