Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/deviceeventcontroller_adaptor.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | - | |
2 | - | |
3 | - | |
4 | - | |
5 | - | |
6 | DeviceEventControllerAdaptor::DeviceEventControllerAdaptor(QObject *parent) | - |
7 | : QDBusAbstractAdaptor(parent) | - |
8 | { | - |
9 | - | |
10 | setAutoRelaySignals(true); | - |
11 | } never executed: end of block | 0 |
12 | - | |
13 | DeviceEventControllerAdaptor::~DeviceEventControllerAdaptor() | - |
14 | { | - |
15 | - | |
16 | } | - |
17 | - | |
18 | void DeviceEventControllerAdaptor::NotifyListenersAsync(const QSpiDeviceEvent &event) | - |
19 | { | - |
20 | - | |
21 | QMetaObject::invokeMethod(parent(), "NotifyListenersAsync", QArgument<QSpiDeviceEvent >("QSpiDeviceEvent", event)); | - |
22 | } never executed: end of block | 0 |
23 | - | |
24 | bool DeviceEventControllerAdaptor::NotifyListenersSync(const QSpiDeviceEvent &event) | - |
25 | { | - |
26 | - | |
27 | bool out0; | - |
28 | QMetaObject::invokeMethod(parent(), "NotifyListenersSync", QReturnArgument<bool >("bool", out0), QArgument<QSpiDeviceEvent >("QSpiDeviceEvent", event)); | - |
29 | return never executed: out0;return out0; never executed: return out0; | 0 |
30 | } | - |
Switch to Source code | Preprocessed file |