From 1dadede8edfa47dc38c0e2e8c458cea225edacc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20R=C3=B8dal?= Date: Mon, 24 Sep 2012 16:23:03 +0200 Subject: Fixed instances of "to to" in qtbase. Really it should just be "to". Change-Id: I7d0fff334bac3f0ac78adb8131e3bf3df1f1b242 Reviewed-by: Sean Harmer --- src/corelib/kernel/qobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/kernel/qobject.cpp') diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index f59cd4d61b3..58e8fcb24db 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -348,7 +348,7 @@ QObjectList QObjectPrivate::senderList() const /*! \internal - Add the connection \a c to to the list of connections of the sender's object + Add the connection \a c to the list of connections of the sender's object for the specified \a signal The signalSlotLock() of the sender and receiver must be locked while calling -- cgit v1.2.3