summaryrefslogtreecommitdiff
path: root/doc/src/development/moc.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/development/moc.qdoc')
-rw-r--r--doc/src/development/moc.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/moc.qdoc b/doc/src/development/moc.qdoc
index 6be150ba..92f8bdf4 100644
--- a/doc/src/development/moc.qdoc
+++ b/doc/src/development/moc.qdoc
@@ -156,7 +156,7 @@
\row
\li \c -i
\li Do not generate an \c #include statement in the output.
- This may be used to run the moc on on a C++ file containing one or
+ This may be used to run the moc on a C++ file containing one or
more class declarations. You should then \c #include the meta-object
code in the \c .cpp file.