diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-08-20 02:29:36 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-08-20 02:29:36 +0200 |
commit | bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2 (patch) | |
tree | dbcb9dc6e2858b9e6b59f3a11098e38b3092ff75 /logic/ModList.h | |
parent | c92ad7dcf86f2e5e71d71a68e24e79fbdeceb56d (diff) | |
download | MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.gz MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.lz MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.tar.xz MultiMC-bbc47cb8bdaea8fd9855e3e06b7607a7d15f3ef2.zip |
Sync, removal of webkit as a dependency, removal of the web windows.
Diffstat (limited to 'logic/ModList.h')
-rw-r--r-- | logic/ModList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/ModList.h b/logic/ModList.h index 0e172efd..04ddaa8e 100644 --- a/logic/ModList.h +++ b/logic/ModList.h @@ -66,6 +66,8 @@ public: virtual bool dropMimeData(const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent); /// what drag actions do we support? virtual Qt::DropActions supportedDragActions() const; + + virtual bool removeRows(int row, int count, const QModelIndex& parent = QModelIndex()); /// what drop actions do we support? virtual Qt::DropActions supportedDropActions() const; |