[new compiler] Fix error messages for binding vs. property declarations
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 31 Jan 2014 14:09:46 +0000 (15:09 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 3 Feb 2014 13:38:09 +0000 (14:38 +0100)
commit5c62a537065b0186bd07cc008a47405607b2ba92
treef73a162fa1625c9da8ba8058c0afaef277a9ad0e
parent50df8d6aa5e37335d59eded621451a81ee2e0897
[new compiler] Fix error messages for binding vs. property declarations

Separate binding errors from property declaration errors - they were
accidentally mixed up.

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