kernel/qabstractnativeeventfilter.cpp

Switch to Source codePreprocessed file
LineSource CodeCoverage
1 -
2 -
3QAbstractNativeEventFilter::QAbstractNativeEventFilter() -
4{ -
5} -
6 -
7 -
8 -
9 -
10 -
11 -
12QAbstractNativeEventFilter::~QAbstractNativeEventFilter() -
13{ -
14 QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(); -
15 if (eventDispatcher)
partially evaluated: eventDispatcher
TRUEFALSE
yes
Evaluation Count:1
no
Evaluation Count:0
0-1
16 eventDispatcher->removeNativeEventFilter(this);
executed: eventDispatcher->removeNativeEventFilter(this);
Execution Count:1
1
17}
executed: }
Execution Count:1
1
18 -
19 -
Switch to Source codePreprocessed file

Generated by Squish Coco Non-Commercial