| 65 | } |
| 66 | |
| 67 | void HttpDataTreeBaseWidget::dragLeaveEvent(QDragLeaveEvent* event) |
| 68 | { |
| 69 | QTreeWidget::dragLeaveEvent(event); |
| 70 | } |
| 71 | |
| 72 | bool HttpDataTreeBaseWidget::dropMimeData(QTreeWidgetItem* parent, int index, const QMimeData* mimeData, Qt::DropAction action) |
| 73 | { |
nothing calls this directly
no outgoing calls
no test coverage detected