aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/jnimessenger/doc/src/qtandroidextras-example-jnimessenger.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/androidextras/jnimessenger/doc/src/qtandroidextras-example-jnimessenger.qdoc')
-rw-r--r--examples/androidextras/jnimessenger/doc/src/qtandroidextras-example-jnimessenger.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/androidextras/jnimessenger/doc/src/qtandroidextras-example-jnimessenger.qdoc b/examples/androidextras/jnimessenger/doc/src/qtandroidextras-example-jnimessenger.qdoc
index ddebcce..6b5838b 100644
--- a/examples/androidextras/jnimessenger/doc/src/qtandroidextras-example-jnimessenger.qdoc
+++ b/examples/androidextras/jnimessenger/doc/src/qtandroidextras-example-jnimessenger.qdoc
@@ -98,7 +98,7 @@
\skipto public static void printFromJava
\printuntil );
- \section2 Calling QML/C++ Functions from Java Code
+ \section1 Calling QML/C++ Functions from Java Code
Directly after that, our native function \c callFromJava(String message) will be
called, which would be then handled from C++ side. Note, that this method has