summaryrefslogtreecommitdiffstats
path: root/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc')
-rw-r--r--examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc b/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc
index 8d2a9a47e4..1315ad7762 100644
--- a/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc
+++ b/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc
@@ -4,7 +4,9 @@
/*!
\title Qt Android Notifier
\example platform/androidnotifier
+ \meta tag {widgets,android,notification}
\brief Demonstrates calling Java code from Qt in an Android application.
+ \ingroup androidplatform
\image androidnotifier.png
@@ -47,7 +49,7 @@
The call to the Java meethod use \l QJniObject which relies on the Java Native
Interface (JNI) APIs to communicate with Java. Also, in the previous snippet,
- we are passing the app's context object which the the static Java code can use
+ we are passing the app's context object, which the static Java code can use
to tap into the app's specific properties and APIs.
To make sure our smiley buttons do what they are supposed to, we add the