aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/jnimessenger/jnimessenger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update commercial license headers to Qt AndroidExtras module"v5.15.3-lts-lgplTarja Sundqvist2021-03-251-32/+32
| | | | | | | | | | | This reverts commit fb52d4f97f3fb84a960d85de42c3da49b4020a78. Revert of commercial license headers is required for Qt 5.15.3 opensource release. Task-number: QTBUG-91108 Change-Id: Ib31edbffb5c0c1f3e592837f947e7f8b3ba6cb62 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update commercial license headers to Qt AndroidExtras moduleTarja Sundqvist2021-01-141-32/+32
| | | | | | | | License headers updated. Especially, see src/androidextras/android folder and its licenses that contain external copyright lines. Change-Id: I173aec886a2a7fbfc5f08985570dadc9476e2ecc Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Introduce new example JNI MessengerAssam Boudjelthia2020-03-121-0/+86
This examples shows the proper way to communication between QML/C++ and Java in both ways. This example calls a Java method from QML and C++, then the Java method will also call back a C++ function that will be forwarded to a QML connection. Task-number: QTBUG-80717 Change-Id: I96d9551d1abcaf80899c4dd3c727a267fb6f3c07 Reviewed-by: BogDan Vatra <bogdan@kdab.com>