| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/quick/util/qquickimageprovider_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | class 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; | - |
| 7 | public: | - |
| 8 | bool finished = false; | - |
| 9 | - | |
| 10 | void _q_finished() { finished = true; } executed 16 times by 1 test: end of blockExecuted by:
| 16 |
| 11 | }; | - |
| 12 | - | |
| 13 | - | |
| 14 | - | |
| Switch to Source code | Preprocessed file |