Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ dropEvent
Method
dropEvent
gui/nwebview.cpp:559–564 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
557
558
559
void NWebView::dropEvent(QDropEvent *e) {
560
setFocus();
561
const QMimeData *mime = e->mimeData();
562
parent->handleUrls(mime);
563
parent->contentChanged();
564
}
Callers
nothing calls this directly
Calls
2
handleUrls
Method · 0.80
contentChanged
Method · 0.80
Tested by
no test coverage detected