From 6e94acdba03676698f4a8ffb500691888c5aae34 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 11 Aug 2010 05:19:18 +0000 Subject: silence a compiler warning --- examples/example_5_rpcInterface/remoteinterface.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/example_5_rpcInterface') 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; } -- cgit v1.2.3