~ubuntu-branches/ubuntu/utopic/python-qt4/utopic

« back to all changes in this revision

Viewing changes to sip/QtGui/qitemselectionmodel.sip

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-09-13 13:24:19 UTC
  • mfrom: (74.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140913132419-uuxmqjmjvo726ux8
Tags: 4.11.2+dfsg-1
* New upstream bugfix release.
* Update my e-mail address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// qitemselectionmodel.sip generated by MetaSIP on Thu Jul  3 15:00:22 2014
 
1
// qitemselectionmodel.sip generated by MetaSIP on Thu Sep 11 18:36:31 2014
2
2
//
3
3
// This file is part of the QtGui Python extension module.
4
4
//
111
111
    };
112
112
 
113
113
    typedef QFlags<QItemSelectionModel::SelectionFlag> SelectionFlags;
114
 
    explicit QItemSelectionModel(QAbstractItemModel *model);
 
114
    explicit QItemSelectionModel(QAbstractItemModel *model /TransferThis/);
115
115
    QItemSelectionModel(QAbstractItemModel *model, QObject *parent /TransferThis/);
116
116
    virtual ~QItemSelectionModel();
117
117
    QModelIndex currentIndex() const;