Line | Source Code | Coverage |
---|
1 | | - |
2 | | - |
3 | QAbstractNativeEventFilter::QAbstractNativeEventFilter() | - |
4 | { | - |
5 | } | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | QAbstractNativeEventFilter::~QAbstractNativeEventFilter() | - |
13 | { | - |
14 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(); | - |
15 | if (eventDispatcher) partially evaluated: eventDispatcher 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 | | - |
| | |