summaryrefslogtreecommitdiffstats
path: root/doc/src/core/objectmodel/signalsandslots.qdoc
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2011-11-08 18:34:47 +0100
committerQt by Nokia <qt-info@nokia.com>2011-11-30 17:19:07 +0100
commitcc9c85ecd68c8dae28567dac630f894faaaf1acf (patch)
tree41e8a48fe1284482e465c9e38a5c137cf8388088 /doc/src/core/objectmodel/signalsandslots.qdoc
parente204b33f54d07df555b48ca10003789bd2c3b715 (diff)
Support for up to 6 arguments in the new connection syntax
For compilations without variadic template support Change-Id: I78af4f6022ad7a0923e5c5788a34eb7d834f50f3 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
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.