View Single Post
Posts: 249 | Thanked: 277 times | Joined on May 2010 @ Brighton, UK
#2
Thanks to the awesome Alberto Mardegan from the maemo-devlopers list, I have an elegant workaround:
PHP Code:
QDBusMessage msg(QDBusMessage::createMethodCall(NOKIA_SERVICE_ACCOUNTS_UINOKIA_PATH_ACCOUNTS_UINOKIA_IFACE_ACCOUNTS_UI"OpenAccountsList"));
msg << (uint)winId();
QDBusConnection::sessionBus().call(msg); 
...I suspect there's a nasty bug somewhere inside the QDbusInterface object somewhere...
 

The Following User Says Thank You to mr_jrt For This Useful Post: