kernel/qsurface.cpp

Switch to Source codePreprocessed file
LineSource CodeCoverage
1 -
2 -
3QSurface::QSurface(SurfaceClass type) -
4 : m_type(type), m_reserved(0) -
5{ -
6}
executed: }
Execution Count:3534
3534
7 -
8 -
9 -
10 -
11QSurface::~QSurface() -
12{ -
13} -
14 -
15 -
16 -
17 -
18QSurface::SurfaceClass QSurface::surfaceClass() const -
19{ -
20 return m_type;
never executed: return m_type;
0
21} -
22 -
23 -
24 -
Switch to Source codePreprocessed file

Generated by Squish Coco Non-Commercial