OpenCoverage

qquickimageprovider_p.h

Absolute File Name:/home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickimageprovider_p.h
Switch to Source codePreprocessed file
LineSourceCount
1-
2-
3-
4class QQuickImageResponsePrivate : public QObjectPrivate-
5{-
6 inline QQuickImageResponse* q_func() { return static_cast<QQuickImageResponse *>(q_ptr); } inline const QQuickImageResponse* q_func() const { return static_cast<const QQuickImageResponse *>(q_ptr); } friend class QQuickImageResponse;-
7public:-
8 bool finished = false;-
9-
10 void _q_finished() { finished = true; }
executed 16 times by 1 test: end of block
Executed by:
  • tst_qquickimageprovider
16
11};-
12-
13-
14-
Switch to Source codePreprocessed file

Generated by Squish Coco 4.2.0