From a1590325ca45406b54f80d98c7ab38f2a415d99b Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Thu, 12 Jul 2012 22:22:14 +0200 Subject: doc/snippets: normalize signals/slots There's one in corelib that has a comment // slower due to signature normalization at runtime I obviously didn't change that one. This is the result of running util/normalize --modify from Qt 4.7 with manual review. Change-Id: I0ffb2305800a9cb746b7f8a4eb710702d64f1b92 Reviewed-by: Laszlo Papp Reviewed-by: Casper van Donderen --- src/testlib/doc/snippets/code/doc_src_qsignalspy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testlib/doc') diff --git a/src/testlib/doc/snippets/code/doc_src_qsignalspy.cpp b/src/testlib/doc/snippets/code/doc_src_qsignalspy.cpp index a957285cea..2be71bfdec 100644 --- a/src/testlib/doc/snippets/code/doc_src_qsignalspy.cpp +++ b/src/testlib/doc/snippets/code/doc_src_qsignalspy.cpp @@ -53,7 +53,7 @@ QVERIFY(arguments.at(0).toBool() == true); // verify the first argument //! [1] -QSignalSpy spy(myCustomObject, SIGNAL(mySignal(int, QString, double))); +QSignalSpy spy(myCustomObject, SIGNAL(mySignal(int,QString,double))); myCustomObject->doSomething(); // trigger emission of the signal -- cgit v1.2.3