Line | Source Code | Coverage |
---|
1 | | - |
2 | | - |
3 | QPlatformSurface::~QPlatformSurface() | - |
4 | { | - |
5 | | - |
6 | } | - |
7 | | - |
8 | QSurface *QPlatformSurface::surface() const | - |
9 | { | - |
10 | return m_surface; never executed: return m_surface; | 0 |
11 | } | - |
12 | | - |
13 | QPlatformSurface::QPlatformSurface(QSurface *surface) : m_surface(surface) | - |
14 | { | - |
15 | } executed: } Execution Count:2711 | 2711 |
16 | | - |
17 | | - |
18 | | - |
| | |