Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdiff3
/ dragEnterEvent
Method
dragEnterEvent
src/FileNameLineEdit.cpp:43–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void FileNameLineEdit::dragEnterEvent(QDragEnterEvent* e)
44
{
45
e->setAccepted(e->mimeData()->hasUrls());
46
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected