Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qgenericunixeventdispatcher.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | - | |||||||||||||
2 | - | |||||||||||||
3 | - | |||||||||||||
4 | class QAbstractEventDispatcher *createUnixEventDispatcher() | - | ||||||||||||
5 | { | - | ||||||||||||
6 | - | |||||||||||||
7 | if (qEnvironmentVariableIsEmpty("QT_NO_GLIB")
| 0-135 | ||||||||||||
8 | return executed 135 times by 5 tests: new QPAEventDispatcherGlib();return new QPAEventDispatcherGlib(); Executed by:
executed 135 times by 5 tests: return new QPAEventDispatcherGlib(); Executed by:
| 135 | ||||||||||||
9 | else | - | ||||||||||||
10 | - | |||||||||||||
11 | return never executed: new QUnixEventDispatcherQPA();return new QUnixEventDispatcherQPA(); never executed: return new QUnixEventDispatcherQPA(); | 0 | ||||||||||||
12 | } | - | ||||||||||||
13 | - | |||||||||||||
14 | - | |||||||||||||
Switch to Source code | Preprocessed file |