> I'm not sure what the problem is, but maybe QDBusInterface isn't
> happy with the result of the introspection. Try not using
> QDbusInterface, and just send the method on QDBusConnection.

Brilliant, works perfectly without any hacks:
> QDBusMessage msg(QDBusMessage::createMethodCall(NOKIA_SERVICE_ACCOUNTS_UI,
>       NOKIA_PATH_ACCOUNTS_UI, NOKIA_IFACE_ACCOUNTS_UI, "OpenAccountsList"));
> msg << (uint)winId(); 
> QDBusConnection::sessionBus().call(msg);

Many thanks. I guess the issue does indeed lie within QDbusInterface then.

- Jamie
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to