[new compiler] Fix signal handlers that are fuzzily matched
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 31 Jan 2014 08:26:16 +0000 (09:26 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 3 Feb 2014 13:37:58 +0000 (14:37 +0100)
commit24a3c947f7e1c63a2389e0680e470b9f493b3cc6
tree64cebb7d638b3b583493404c48d07fea27022b30
parent26e18f978a4fede91e783e697d32bef472db1d00
[new compiler] Fix signal handlers that are fuzzily matched

Use the same logic at object creation time as during the signal handler
conversion phase.

Change-Id: Idb48a3849da7b6543ec50c15e1ccbf2939c3ee39
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/qml/compiler/qqmlcodegenerator.cpp
src/qml/compiler/qqmlcodegenerator_p.h
src/qml/compiler/qqmltypecompiler.cpp
src/qml/qml/qqmlobjectcreator.cpp