aboutsummaryrefslogtreecommitdiff
path: root/examples/example_5_rpcInterface
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_5_rpcInterface')
-rw-r--r--examples/example_5_rpcInterface/remoteinterface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example_5_rpcInterface/remoteinterface.cpp b/examples/example_5_rpcInterface/remoteinterface.cpp
index 77d52384..38b6d225 100644
--- a/examples/example_5_rpcInterface/remoteinterface.cpp
+++ b/examples/example_5_rpcInterface/remoteinterface.cpp
@@ -6,6 +6,7 @@ RemoteInterface::RemoteInterface(QObject *parent) : QXmppInvokable(parent)
bool RemoteInterface::isAuthorized( const QString &jid ) const
{
+ Q_UNUSED(jid);
return true;
}