From e148045e90eb2ac12bb6ba426052606d5ac38c40 Mon Sep 17 00:00:00 2001 From: 0xd34df00d <0xd34df00d@gmail.com> Date: Sun, 22 Dec 2019 19:46:13 -0500 Subject: Add a .clang-format somewhat close to the current style --- examples/example_5_rpcInterface/remoteinterface.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'examples/example_5_rpcInterface/remoteinterface.h') diff --git a/examples/example_5_rpcInterface/remoteinterface.h b/examples/example_5_rpcInterface/remoteinterface.h index 9c63d3f8..a5ad9388 100644 --- a/examples/example_5_rpcInterface/remoteinterface.h +++ b/examples/example_5_rpcInterface/remoteinterface.h @@ -9,12 +9,11 @@ class RemoteInterface : public QXmppInvokable public: RemoteInterface(QObject *parent = nullptr); - bool isAuthorized( const QString &jid ) const override; + bool isAuthorized(const QString &jid) const override; -// RPC Interface + // RPC Interface public slots: - QString echoString( const QString &message ); - + QString echoString(const QString &message); }; -#endif // REMOTEINTERFACE_H +#endif // REMOTEINTERFACE_H -- cgit v1.2.3