Fixed indentation

This commit is contained in:
Vineet Garg 2015-07-19 21:59:27 +05:30
parent eda2563d03
commit 1b430db4a3

View file

@ -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;