| 360 | } |
| 361 | |
| 362 | bool UBGraphicsWidgetItem::processDropEvent(QGraphicsSceneDragDropEvent *event) |
| 363 | { |
| 364 | return mUniboardAPI->ProcessDropEvent(event); |
| 365 | } |
| 366 | |
| 367 | bool UBGraphicsWidgetItem::isDropableData(const QMimeData *data) const |
| 368 | { |
nothing calls this directly
no test coverage detected