MCPcopy Create free account
hub / github.com/KDE/kdevelop / eventFilter

Method eventFilter

plugins/cmake/cmakehelpdocumentation.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool CMakeHomeDocumentation::eventFilter(QObject* watched, QEvent* event)
41{
42 if (event->type() == QEvent::MouseButtonPress)
43 event->ignore(); // Propagate to DocumentationView
44 return QObject::eventFilter(watched, event);
45}
46
47#include "moc_cmakehelpdocumentation.cpp"

Callers

nothing calls this directly

Calls 3

ignoreMethod · 0.80
eventFilterFunction · 0.50
typeMethod · 0.45

Tested by

no test coverage detected