meego: normalize signals/slots

This is the result of running util/normalize --modify
from Qt 4.7  with manual review.

Change-Id: I9dcff4e0982be616313e9f162203a21b447df64b
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
This commit is contained in:
Marc Mutz 2012-07-12 22:34:55 +02:00 committed by Qt by Nokia
parent f108fceb2c
commit 279893cd5f

View File

@ -59,8 +59,8 @@ QContextKitProperty::QContextKitProperty(const QString& serviceName, const QStri
QLatin1String("org.maemo.contextkit.Property"), QDBusConnection::systemBus())
{
propertyInterface.call("Subscribe");
connect(&propertyInterface, SIGNAL(ValueChanged(QVariantList, qulonglong)),
this, SLOT(cacheValue(QVariantList, qulonglong)));
connect(&propertyInterface, SIGNAL(ValueChanged(QVariantList,qulonglong)),
this, SLOT(cacheValue(QVariantList,qulonglong)));
QDBusMessage reply = propertyInterface.call("Get");
if (reply.type() == QDBusMessage::ReplyMessage)