summaryrefslogtreecommitdiffstats
path: root/doc/src/properties.qdoc
diff options
context:
space:
mode:
authorBruno Abinader <bruno.abinader@openbossa.org>2009-06-16 15:47:22 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-06-16 15:47:22 (GMT)
commit45d48b63135c5e59e5be57986e2355e0c1f41b70 (patch)
tree9219230f345ade88caef48a5a4b3f643a66e87f2 /doc/src/properties.qdoc
parent40ad0f2d00aec95a7fff9bbb1fc8fa9dec061c2a (diff)
downloadQt-45d48b63135c5e59e5be57986e2355e0c1f41b70.zip
Qt-45d48b63135c5e59e5be57986e2355e0c1f41b70.tar.gz
Qt-45d48b63135c5e59e5be57986e2355e0c1f41b70.tar.bz2
Removed trailing whitespace.
Signed-off-by: Bruno Abinader <bruno.abinader@openbossa.org> Merge-request: 628 Reviewed-by: David Boddie <dboddie@trolltech.com>
Diffstat (limited to 'doc/src/properties.qdoc')
-rw-r--r--doc/src/properties.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/properties.qdoc b/doc/src/properties.qdoc
index ae441a2..5490dd0 100644
--- a/doc/src/properties.qdoc
+++ b/doc/src/properties.qdoc
@@ -56,7 +56,7 @@
\section1 Requirements for Declaring Properties
To declare a property, use the \l {Q_PROPERTY()} {Q_PROPERTY()}
- macro in a class that inherits QObject.
+ macro in a class that inherits QObject.
\snippet doc/src/snippets/code/doc_src_properties.qdoc 0