From 73707576e8c257a428f4456813feb34da6895565 Mon Sep 17 00:00:00 2001 From: Warwick Allison Date: Wed, 5 Aug 2009 15:10:42 +1000 Subject: Remove spurious warning. --- src/declarative/util/qmlconnection.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/declarative/util/qmlconnection.cpp b/src/declarative/util/qmlconnection.cpp index d506782..24bb61f 100644 --- a/src/declarative/util/qmlconnection.cpp +++ b/src/declarative/util/qmlconnection.cpp @@ -193,7 +193,9 @@ void QmlConnection::connectIfValid() } } if (sigIdx < 0) { - qWarning() << "signal" << d->signal << "not found"; + // Cannot usefully warn, since could be in middle of + // changing sender and signal. + // XXX need state change transactions to do better return; } -- cgit v0.12