diff options
Diffstat (limited to 'examples/example_5_rpcInterface/remoteinterface.h')
| -rw-r--r-- | examples/example_5_rpcInterface/remoteinterface.h | 9 |
1 files changed, 4 insertions, 5 deletions
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 |
