Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | OrgA11yBusInterface::OrgA11yBusInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) | - |
6 | : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) | - |
7 | { | - |
8 | } never executed: end of block | 0 |
9 | | - |
10 | OrgA11yBusInterface::~OrgA11yBusInterface() | - |
11 | { | - |
12 | } | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
17 | | - |
18 | OrgA11yStatusInterface::OrgA11yStatusInterface(const QString &service, const QString &path, const QDBusConnection &connection, QObject *parent) | - |
19 | : QDBusAbstractInterface(service, path, staticInterfaceName(), connection, parent) | - |
20 | { | - |
21 | }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 |
22 | | - |
23 | OrgA11yStatusInterface::~OrgA11yStatusInterface() | - |
24 | { | - |
25 | } | - |
| | |