aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface/remoteinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_5_rpcInterface/remoteinterface.h')
-rw-r--r--examples/example_5_rpcInterface/remoteinterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example_5_rpcInterface/remoteinterface.h b/examples/example_5_rpcInterface/remoteinterface.h
index 04bb4393..a83903f8 100644
--- a/examples/example_5_rpcInterface/remoteinterface.h
+++ b/examples/example_5_rpcInterface/remoteinterface.h
@@ -16,8 +16,8 @@ public:
bool isAuthorized(const QString &jid) const override;
// RPC Interface
-public slots:
- QString echoString(const QString &message);
+public:
+ Q_SLOT QString echoString(const QString &message);
};
#endif // REMOTEINTERFACE_H