1 #ifndef LEDNOTIFICATIONAPPRECEIVER_H
2 #define LEDNOTIFICATIONAPPRECEIVER_H
4 #include "commondevices/leddriver/LedNotificationReceiver.h"
5 #include <QScopedPointer>
17 QScopedPointer<DataClass> d;
20 #endif // LEDNOTIFICATIONAPPRECEIVER_H
LedNotificationAppReceiver()
Definition: LedNotificationAppReceiver.cpp:15
virtual ~LedNotificationAppReceiver()
Definition: LedNotificationAppReceiver.cpp:20
Definition: LedNotificationAppReceiver.cpp:3
Definition: LedNotificationAppReceiver.h:7
virtual bool OnReceiveMessage(EM::Devices::EDeviceMessage *message)
Definition: LedNotificationAppReceiver.cpp:24