Expose the signal on the exported interface.
This commit is contained in:
Aleix Pol 2015-09-12 22:12:18 +02:00
parent 7f794c093a
commit 50b9d331d1

View file

@ -47,6 +47,9 @@ public:
virtual ~DaemonDbusInterface();
static QString activatedService();
Q_SIGNALS:
void deviceAdded(const QString &id);
};
class KDECONNECTINTERFACES_EXPORT DeviceDbusInterface