| Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformsurface.cpp |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | QPlatformSurface::~QPlatformSurface() | - |
| 4 | { | - |
| 5 | - | |
| 6 | } | - |
| 7 | - | |
| 8 | QSurface *QPlatformSurface::surface() const | - |
| 9 | { | - |
| 10 | return never executed: m_surface;return m_surface;never executed: return m_surface; | 0 |
| 11 | } | - |
| 12 | - | |
| 13 | QPlatformSurface::QPlatformSurface(QSurface *surface) : m_surface(surface) | - |
| 14 | { | - |
| 15 | } never executed: end of block | 0 |
| 16 | - | |
| 17 | - | |
| Switch to Source code | Preprocessed file |