From cc9c85ecd68c8dae28567dac630f894faaaf1acf Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 8 Nov 2011 18:34:47 +0100 Subject: 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 --- doc/src/core/objectmodel/signalsandslots.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') 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. -- cgit v1.2.3