MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / dragMoveEvent

Method dragMoveEvent

gui/ntableview.cpp:1516–1518  ·  view source on GitHub ↗

Accept the drag move event if possible

Source from the content-addressed store, hash-verified

1514
1515// Accept the drag move event if possible
1516void NTableView::dragMoveEvent(QDragMoveEvent *event) {
1517 QTableView::dragMoveEvent(event);
1518}
1519
1520void NTableView::mousePressEvent(QMouseEvent *event) {
1521 dragStartIndex = this->indexAt(event->pos());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected