diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-06 09:27:20 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-06 09:27:20 +0100 |
| commit | fc4b069a875f7afd429e85b8d5590dc5c23d77c5 (patch) | |
| tree | 849f13aaf35568812525c5cb24101c2470a8c50b /src/downloadstab.cpp | |
| parent | bcdf38f5cf24347829d3692997b56ab8a9ba3669 (diff) | |
Remove manual setDrag/setDrop in download tab.
Diffstat (limited to 'src/downloadstab.cpp')
| -rw-r--r-- | src/downloadstab.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/downloadstab.cpp b/src/downloadstab.cpp index e04799ec..a0602ede 100644 --- a/src/downloadstab.cpp +++ b/src/downloadstab.cpp @@ -17,9 +17,6 @@ DownloadsTab::DownloadsTab(OrganizerCore& core, Ui::MainWindow* mwui) ui.list->setItemDelegate(new DownloadProgressDelegate( m_core.downloadManager(), ui.list)); - ui.list->setDragEnabled(true); - ui.list->setDragDropMode(QAbstractItemView::DragDropMode::DragDrop); - update(); m_filter.setEdit(ui.filter); |
