Good day all,
I know this is an old question, but I got really confused by the multiple answers I found, and some of which are obsolete.
I want to make a phone call on an application written for symbian 3rd edition FP2, so I wonder what is best way to do it?
should I use native code inside the Qt code,
I found an answer, but the link in it seems to be broken, so if anyone has the original link, that would be very helpful.
I've tried this one, but it does not work (it works from QML and in newer version of symbian, but not FP2.
Thanks very much!Code:QDesktopServices::openUrl(QUrl("tel:xxxxxx"));




