Created
September 18, 2012 19:44
-
-
Save 40/3745380 to your computer and use it in GitHub Desktop.
Open URL Externally in BB10 C++
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // header file | |
| Q_INVOKABLE void openUrlExternally(QString url); | |
| // cpp file implementation | |
| #include <bps/navigator.h> | |
| void xxx:OpenUrlExternally(Qstring url) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment