kernel/qplatformsurface.cpp

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

Generated by Squish Coco Non-Commercial