diff options
| author | Tannin <devnull@localhost> | 2015-08-05 22:48:34 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-08-05 22:48:34 +0200 |
| commit | 8cf429a1dd0d99790f2564b3ad363788e224711a (patch) | |
| tree | c0a3296493cc8efba4835e6988248f6961953e10 /src/modlist.h | |
| parent | 643a50ad5a6f6851db63ece41a399d9783dc5acd (diff) | |
- bugfix: manual installer now cancels drag&drop when dropping on a subitem
- bugfix: objects dropped on the modlist were treated as mods when they weren't urls
Diffstat (limited to 'src/modlist.h')
| -rw-r--r-- | src/modlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlist.h b/src/modlist.h index ed52a3ea..358fd583 100644 --- a/src/modlist.h +++ b/src/modlist.h @@ -150,6 +150,7 @@ public: // implementation of virtual functions of QAbstractItemModel virtual Qt::ItemFlags flags(const QModelIndex &modelIndex) const;
virtual Qt::DropActions supportedDropActions() const { return Qt::MoveAction | Qt::CopyAction; }
virtual QStringList mimeTypes() const;
+ virtual QMimeData *mimeData(const QModelIndexList &indexes) const;
virtual bool dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent);
virtual bool removeRows(int row, int count, const QModelIndex &parent);
|
