Ejemplo n.º 1
0
void DraggableListView::startDrag() {
  Q3DragObject *o = dragObject();
  if (o) {
    o->drag();
  }
}