From d7d9364c9c6e2b30bf2b6933f36060d078e903ef Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 12 Jul 2012 22:33:33 +0200 Subject: plugins/bearer: normalize signals/slots This is the result of running util/normalize --modify from Qt 4.7 with manual review. Change-Id: I7c9539056a4434ed10a0255152eac1781f7833be Reviewed-by: Laszlo Papp Reviewed-by: Stephen Kelly --- src/plugins/bearer/connman/qconnmanengine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/bearer/connman/qconnmanengine.cpp') diff --git a/src/plugins/bearer/connman/qconnmanengine.cpp b/src/plugins/bearer/connman/qconnmanengine.cpp index 453ebc7c45..9a09c3feb8 100644 --- a/src/plugins/bearer/connman/qconnmanengine.cpp +++ b/src/plugins/bearer/connman/qconnmanengine.cpp @@ -510,7 +510,7 @@ void QConnmanEngine::removeConfiguration(const QString &id) QConnmanServiceInterface serv(service); disconnect(&serv,SIGNAL(propertyChangedContext(QString,QString,QDBusVariant)), - this,SLOT(servicePropertyChangedContext(QString,QString, QDBusVariant))); + this,SLOT(servicePropertyChangedContext(QString,QString,QDBusVariant))); serviceNetworks.removeOne(service); @@ -533,7 +533,7 @@ void QConnmanEngine::addServiceConfiguration(const QString &servicePath) serviceNetworks.append(servicePath); connect(serv,SIGNAL(propertyChangedContext(QString,QString,QDBusVariant)), - this,SLOT(servicePropertyChangedContext(QString,QString, QDBusVariant))); + this,SLOT(servicePropertyChangedContext(QString,QString,QDBusVariant))); QNetworkConfigurationPrivate* cpPriv = new QNetworkConfigurationPrivate(); QString networkName = serv->getName(); -- cgit v1.2.3