summaryrefslogtreecommitdiffstats
path: root/src/serviceframework
diff options
context:
space:
mode:
authorLincoln Ramsay <lincoln.ramsay@nokia.com>2012-06-22 14:14:09 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-26 07:03:49 +0200
commit538f4c8c5a2a499ba60f3488636cea46311ae9e7 (patch)
treeb9e194a23b6bb80df82eccf7bd5b4f9e00fee212 /src/serviceframework
parente1752c426f19b48a37b6b9975c21021c3dc5716b (diff)
fix a warning and a doc
unused variable warning fix a misspelling in a doc Change-Id: Ib71fb28f471eae714375b649ab6393ce86d835fe Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/serviceframework')
-rw-r--r--src/serviceframework/ipc/qremoteserviceregister_ls_p.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/serviceframework/ipc/qremoteserviceregister_ls_p.cpp b/src/serviceframework/ipc/qremoteserviceregister_ls_p.cpp
index 4584c087..2ffc9d43 100644
--- a/src/serviceframework/ipc/qremoteserviceregister_ls_p.cpp
+++ b/src/serviceframework/ipc/qremoteserviceregister_ls_p.cpp
@@ -371,10 +371,10 @@ QObject* QRemoteServiceRegisterPrivate::proxyForService(const QRemoteServiceRegi
}
/*!
- Returns true is the service is running
+ Returns true if the service is running
*/
-bool QRemoteServiceRegisterPrivate::isServiceRunning(const QRemoteServiceRegister::Entry &entry, const QString &location)
+bool QRemoteServiceRegisterPrivate::isServiceRunning(const QRemoteServiceRegister::Entry & /*entry*/, const QString &location)
{
QLocalSocket* socket = new QLocalSocket();
socket->connectToServer(location);