Adapt to setSupportedDragActions() begin removed.

Models have a virtual supportedDragActions() now.
This commit is contained in:
Felix Geyer 2015-07-22 17:03:36 +02:00
parent 5a745da07b
commit e3cde7b55e
5 changed files with 12 additions and 2 deletions

View file

@ -47,6 +47,7 @@ public:
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const Q_DECL_OVERRIDE;
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const Q_DECL_OVERRIDE;
Qt::DropActions supportedDropActions() const Q_DECL_OVERRIDE;
Qt::DropActions supportedDragActions() const Q_DECL_OVERRIDE;
Qt::ItemFlags flags(const QModelIndex& modelIndex) const Q_DECL_OVERRIDE;
QStringList mimeTypes() const Q_DECL_OVERRIDE;
QMimeData* mimeData(const QModelIndexList& indexes) const Q_DECL_OVERRIDE;