Modified networkhandlerprivate.cpp state method.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 24 Jun 2010 08:00:03 +0000 (11:00 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 24 Jun 2010 08:00:03 +0000 (11:00 +0300)
src/network/networkhandlerprivate.cpp

index 3d3b63a..5a2aaf9 100644 (file)
@@ -106,5 +106,6 @@ void NetworkHandlerPrivate::state()
 {
     qDebug() << __PRETTY_FUNCTION__;
 
-    dBusInterface->call(ICD_DBUS_API_STATE_REQ);
+    dBusInterface->callWithCallback(ICD_DBUS_API_STATE_REQ, QList<QVariant>(), this,
+                                    SLOT(stateChanged(QDBusMessage)));
 }