Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qabstractnativeeventfilter.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count | ||||||
---|---|---|---|---|---|---|---|---|
1 | - | |||||||
2 | - | |||||||
3 | QAbstractNativeEventFilter::QAbstractNativeEventFilter() | - | ||||||
4 | { | - | ||||||
5 | (void)d;; | - | ||||||
6 | } executed 74 times by 2 tests: end of block Executed by:
| 74 | ||||||
7 | - | |||||||
8 | - | |||||||
9 | - | |||||||
10 | - | |||||||
11 | - | |||||||
12 | - | |||||||
13 | QAbstractNativeEventFilter::~QAbstractNativeEventFilter() | - | ||||||
14 | { | - | ||||||
15 | QAbstractEventDispatcher *eventDispatcher = QAbstractEventDispatcher::instance(); | - | ||||||
16 | if (eventDispatcher
| 0-74 | ||||||
17 | eventDispatcher->removeNativeEventFilter(this); executed 74 times by 2 tests: eventDispatcher->removeNativeEventFilter(this); Executed by:
| 74 | ||||||
18 | } executed 74 times by 2 tests: end of block Executed by:
| 74 | ||||||
19 | - | |||||||
Switch to Source code | Preprocessed file |