Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | | - |
7 | | - |
8 | | - |
9 | | - |
10 | | - |
11 | | - |
12 | #include "bus_interface.h" | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | OrgA11yBusInterface::OrgA11yBusInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) | - |
18 | : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) | - |
19 | { | - |
20 | } never executed: end of block | 0 |
21 | | - |
22 | OrgA11yBusInterface::~OrgA11yBusInterface() | - |
23 | { | - |
24 | } | - |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | OrgA11yStatusInterface::OrgA11yStatusInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) | - |
31 | : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) | - |
32 | { | - |
33 | }executed 180 times by 128 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QDataWidgetMapper
- tst_QDateTimeEdit
- tst_QDesktopWidget
- tst_QDial
- tst_QDialog
- ...
| 180 |
34 | | - |
35 | OrgA11yStatusInterface::~OrgA11yStatusInterface() | - |
36 | { | - |
37 | } | - |
38 | | - |
| | |