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

Method eventFilter

plugins/manpage/manpagedocumentationwidget.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool ManPageDocumentationWidget::eventFilter(QObject* watched, QEvent* event)
90{
91 if (event->type() == QEvent::MouseButtonPress)
92 event->ignore(); // Propagate to DocumentationView
93 return QStackedWidget::eventFilter(watched, event);
94}
95
96#include "moc_manpagedocumentationwidget.cpp"

Callers

nothing calls this directly

Calls 3

ignoreMethod · 0.80
eventFilterFunction · 0.50
typeMethod · 0.45

Tested by

no test coverage detected