| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/qtdeclarative/src/qtdeclarative/src/qml/qml/qqmlextensionplugin_p.h |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | class QQmlExtensionPluginPrivate : public QObjectPrivate | - |
| 6 | { | - |
| 7 | inline QQmlExtensionPlugin* q_func() { return static_cast<QQmlExtensionPlugin *>(q_ptr); } inline const QQmlExtensionPlugin* q_func() const { return static_cast<const QQmlExtensionPlugin *>(q_ptr); } friend class QQmlExtensionPlugin; | - |
| 8 | - | |
| 9 | public: | - |
| 10 | static QQmlExtensionPluginPrivate* get(QQmlExtensionPlugin *e) { return executed 586 times by 135 tests: e->d_func();return e->d_func();Executed by:
executed 586 times by 135 tests: }return e->d_func();Executed by:
| 586 |
| 11 | - | |
| 12 | QUrl baseUrl; | - |
| 13 | - | |
| 14 | }; | - |
| 15 | - | |
| 16 | - | |
| Switch to Source code | Preprocessed file |