summaryrefslogtreecommitdiffstats
path: root/doc/src/core/objectmodel/signalsandslots.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/core/objectmodel/signalsandslots.qdoc')
-rw-r--r--doc/src/core/objectmodel/signalsandslots.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/core/objectmodel/signalsandslots.qdoc b/doc/src/core/objectmodel/signalsandslots.qdoc
index 175f7e1b07..821147fcfd 100644
--- a/doc/src/core/objectmodel/signalsandslots.qdoc
+++ b/doc/src/core/objectmodel/signalsandslots.qdoc
@@ -396,7 +396,7 @@
\endcode
Note that if your compiler does not support C++11 variadic templates,
- this syntax only works if the signal and slot have 3 arguments or less.
+ this syntax only works if the signal and slot have 6 arguments or less.
The other way to connect a signal to a slot is to use QObject::connect()
and the \c{SIGNAL} and \c{SLOT} macros.