Fix hack
Expose the signal on the exported interface.
This commit is contained in:
parent
7f794c093a
commit
50b9d331d1
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ public:
|
||||||
virtual ~DaemonDbusInterface();
|
virtual ~DaemonDbusInterface();
|
||||||
|
|
||||||
static QString activatedService();
|
static QString activatedService();
|
||||||
|
|
||||||
|
Q_SIGNALS:
|
||||||
|
void deviceAdded(const QString &id);
|
||||||
};
|
};
|
||||||
|
|
||||||
class KDECONNECTINTERFACES_EXPORT DeviceDbusInterface
|
class KDECONNECTINTERFACES_EXPORT DeviceDbusInterface
|
||||||
|
|
Loading…
Reference in a new issue