image/qnativeimage.cpp

Switch to Source codePreprocessed file
LineSource CodeCoverage
1 -
2 -
3 -
4 -
5 -
6 -
7QNativeImage::QNativeImage(int width, int height, QImage::Format format, bool , QWindow *) -
8 : image(width, height, format) -
9{ -
10 -
11}
never executed: }
0
12 -
13 -
14QNativeImage::~QNativeImage() -
15{ -
16} -
17 -
18QImage::Format QNativeImage::systemFormat() -
19{ -
20 return QGuiApplication::primaryScreen()->handle()->format();
executed: return QGuiApplication::primaryScreen()->handle()->format();
Execution Count:4871
4871
21} -
22 -
23 -
24 -
25 -
Switch to Source codePreprocessed file

Generated by Squish Coco Non-Commercial