Fix regression
Reviewed by Albert Vaca
This commit is contained in:
parent
d835d01a09
commit
61f357a512
1 changed files with 3 additions and 2 deletions
|
@ -55,8 +55,9 @@ public Q_SLOTS:
|
|||
|
||||
Q_SCRIPTABLE void forceOnNetworkChange();
|
||||
|
||||
QString announcedName();
|
||||
void setAnnouncedName(QString name);
|
||||
///don't try to turn into Q_PROPERTY, it doesn't work
|
||||
Q_SCRIPTABLE QString announcedName();
|
||||
Q_SCRIPTABLE void setAnnouncedName(QString name);
|
||||
|
||||
//Returns a list of ids. The respective devices can be manipulated using the dbus path: "/modules/kdeconnect/Devices/"+id
|
||||
Q_SCRIPTABLE QStringList devices(bool onlyReachable = false, bool onlyPaired = false) const;
|
||||
|
|
Loading…
Reference in a new issue