On Thu, May 27, 2010 at 2:35 PM, krishna k <[email protected]> wrote:
[...]
>      bool value = true;
>      dbus_iface.call("SetProperty", QString("Powered"), 
> QVariant(QVariant::Bool, &value));

use: QVariant::fromValue(QDBusVariant(value))

warning, the call you are using is not async.

Regards

    Niko
_______________________________________________
ofono mailing list
[email protected]
http://lists.ofono.org/listinfo/ofono

Reply via email to