Remove a Q_ASSERT that could be triggered under some conditions.
commitf0f7da04358c82bb80c6670ca336ebd2154163a6
authorThiago Macieira <thiago.macieira@nokia.com>
Thu, 4 Jun 2009 12:30:51 +0000 (4 14:30 +0200)
committerThiago Macieira <thiago.macieira@nokia.com>
Thu, 4 Jun 2009 12:30:51 +0000 (4 14:30 +0200)
treed4b6da45d933b59316e7e933afeecfb2a8143e2f
parent5ad68ce1cb5e80fa14e549f087e957030ef4baf0
Remove a Q_ASSERT that could be triggered under some conditions.

Whenever an argument failed to marshall, this assert would be
triggered. It's technically an error in the application, but it's hard
to track it down. So remove it and let the execution continue (the
function returns false indicating failure already and there's a
warning from the marshalling code itself)

Reviewed-by: TrustMe
src/dbus/qdbusmessage.cpp