summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/classes.qdoc2
-rw-r--r--doc/src/objectmodel/properties.qdoc4
-rw-r--r--doc/src/platforms/supported-platforms.qdoc5
-rw-r--r--doc/src/snippets/code/doc_src_properties.cpp1
4 files changed, 9 insertions, 3 deletions
diff --git a/doc/src/classes.qdoc b/doc/src/classes.qdoc
index a1b5282..90a783e 100644
--- a/doc/src/classes.qdoc
+++ b/doc/src/classes.qdoc
@@ -153,7 +153,7 @@
\brief A Qt namespace contains enum types, functions, and sometimes classes.
- This is a list of the main namespaces in Qt.
+ This is a list of the main namespaces in Qt.
\generatelist{namespaces}
*/
diff --git a/doc/src/objectmodel/properties.qdoc b/doc/src/objectmodel/properties.qdoc
index 77421c5..92c182e 100644
--- a/doc/src/objectmodel/properties.qdoc
+++ b/doc/src/objectmodel/properties.qdoc
@@ -83,6 +83,10 @@
existing signal in that class that is emitted whenever the value
of the property changes.
+ \o A \c REVISION number is optional. If included, it defines the
+ the property and its notifier signal to be used in a particular
+ revision of the API that is exposed to QML.
+
\o The \c DESIGNABLE attribute indicates whether the property
should be visible in the property editor of GUI design tool (e.g.,
\l {Qt Designer}). Most properties are \c DESIGNABLE (default
diff --git a/doc/src/platforms/supported-platforms.qdoc b/doc/src/platforms/supported-platforms.qdoc
index 443c8b8..1f30449 100644
--- a/doc/src/platforms/supported-platforms.qdoc
+++ b/doc/src/platforms/supported-platforms.qdoc
@@ -525,7 +525,7 @@
\ingroup platform-specific
\ingroup platform-details
- \section2 Qt on Maemo
+ \section1 Qt on Maemo
Qt is a comprehensive application and UI framework for developing
Maemo applications that can also be deployed across major
@@ -601,7 +601,7 @@
\ingroup platform-specific
\ingroup platform-details
- \section2 Qt on MeeGo
+ \section1 Qt on MeeGo
Qt is a comprehensive application and UI framework for developing
MeeGo applications that can also be deployed across major
@@ -654,6 +654,7 @@
\o Input Methods, including predictive text input and on-screen
keyboard
\o Configurable kinetic scrolling
+ \endlist
\section2 Maemo - Linux/X11
diff --git a/doc/src/snippets/code/doc_src_properties.cpp b/doc/src/snippets/code/doc_src_properties.cpp
index 1238bc5..b5a103d 100644
--- a/doc/src/snippets/code/doc_src_properties.cpp
+++ b/doc/src/snippets/code/doc_src_properties.cpp
@@ -44,6 +44,7 @@ Q_PROPERTY(type name
[WRITE setFunction]
[RESET resetFunction]
[NOTIFY notifySignal]
+ [REVISION int]
[DESIGNABLE bool]
[SCRIPTABLE bool]
[STORED bool]