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>bb10
parent
f108fceb2c
commit
279893cd5f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue