Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/gl_integrations/qxcbglintegration.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | - | |
2 | - | |
3 | - | |
4 | const QLoggingCategory &lcQpaGl() { static const QLoggingCategory category("qt.qpa.gl"); return executed 405 times by 5 tests: category;return category; Executed by:
executed 405 times by 5 tests: }return category; Executed by:
| 405 |
5 | - | |
6 | QXcbGlIntegration::QXcbGlIntegration() | - |
7 | { | - |
8 | } | - |
9 | QXcbGlIntegration::~QXcbGlIntegration() | - |
10 | { | - |
11 | } | - |
12 | - | |
13 | bool QXcbGlIntegration::handleXcbEvent(xcb_generic_event_t *event, uint responseType) | - |
14 | { | - |
15 | (void)event;; | - |
16 | (void)responseType;; | - |
17 | return never executed: false;return false; never executed: return false; | 0 |
18 | } | - |
19 | - | |
20 | - | |
Switch to Source code | Preprocessed file |