summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 13f35235..6a609c1a 100644
--- a/doc/src/development/moc.qdoc
+++ b/doc/src/development/moc.qdoc
@@ -252,7 +252,7 @@
\section1 Limitations
\c moc does not handle all of C++. The main problem is that class
- templates cannot have signals or slots. Here is an example:
+ templates cannot have the Q_OBJECT macro. Here is an example:
\snippet snippets/code/doc_src_moc.cpp 5