| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmllist_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | class QQmlListReferencePrivate | - |
| 5 | { | - |
| 6 | public: | - |
| 7 | QQmlListReferencePrivate(); | - |
| 8 | - | |
| 9 | static QQmlListReference init(const QQmlListProperty<QObject> &, int, QQmlEngine *); | - |
| 10 | - | |
| 11 | QPointer<QObject> object; | - |
| 12 | QQmlMetaObject elementType; | - |
| 13 | QQmlListProperty<QObject> property; | - |
| 14 | int propertyType; | - |
| 15 | - | |
| 16 | void addref(); | - |
| 17 | void release(); | - |
| 18 | int refCount; | - |
| 19 | - | |
| 20 | static inline QQmlListReferencePrivate *get(QQmlListReference *ref) { | - |
| 21 | return executed 2 times by 1 test: ref->d;return ref->d;Executed by:
executed 2 times by 1 test: return ref->d;Executed by:
| 2 |
| 22 | } | - |
| 23 | }; | - |
| 24 | - | |
| 25 | - | |
| 26 | - | |
| Switch to Source code | Preprocessed file |