Fixed indentation
This commit is contained in:
parent
eda2563d03
commit
1b430db4a3
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ public Q_SLOTS:
|
|||
//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 onlyVisible = false) const;
|
||||
|
||||
//Exposing kdeconnectconfig through daemon, needed to show certificate hash in cli, but this can be extended to name, id, public key etc. if needed
|
||||
Q_SCRIPTABLE QByteArray certificate(int format) const;
|
||||
//Exposing kdeconnectconfig through daemon, needed to show certificate hash in cli, but this can be extended to name, id, public key etc. if needed
|
||||
Q_SCRIPTABLE QByteArray certificate(int format) const;
|
||||
|
||||
virtual void requestPairing(Device *d) = 0;
|
||||
virtual void reportError(const QString &title, const QString &description) = 0;
|
||||
|
|
Loading…
Reference in a new issue