I'm looking at Inneractive's QML SDK sources and I see the following code in adinterface.cpp:
Why is it not using QDesktopServices on N9? Is this just an optimization to not to launch a second copy of the browser, or what?Code:#elif defined(MEEGO_EDITION_HARMATTAN) QProcess::startDetached(QString("/usr/bin/invoker --type=m /usr/bin/grob %1").arg(adUrl.toString())); #else QDesktopServices::openUrl(adUrl); #endif

Reply With Quote
penUrl should start device's default browser/application for the url, which precisely already is grob on N9.


