From 279893cd5f2b61e11540b2cc656dacfd88322ea9 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 12 Jul 2012 22:34:55 +0200 Subject: 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 Reviewed-by: Girish Ramakrishnan --- src/plugins/generic/meego/contextkitproperty.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/generic/meego') diff --git a/src/plugins/generic/meego/contextkitproperty.cpp b/src/plugins/generic/meego/contextkitproperty.cpp index 616983dbfc..743cdaafac 100644 --- a/src/plugins/generic/meego/contextkitproperty.cpp +++ b/src/plugins/generic/meego/contextkitproperty.cpp @@ -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) -- cgit v1.2.3