-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.0.0 Beta 1
-
None
Example:
http://doc-snapshot.qt-project.org/5.0/qabstractlistmodel.html
Note that the documentation also says:
Reimplemented Public Functions
virtual bool dropMimeData(const QMimeData * data, Qt::DropAction action, int row, int column, const QModelIndex & parent) virtual QModelIndex index(int row, int column = 0, const QModelIndex & parent = QModelIndex()) const
...in addition:
31 public functions inherited from QObject
..even it inherits from QAbstractItemModel, (thus only indirectly from QObject)