QmlDesigner: fix regression uncovered by tests
Fixing a regression in the meta info system.
We follow now Qthe Declarative1StateOperation convention (note the 1).
Since this data is provided by Qt Creator it is independent from any Qt
version. (4.8/5.1)
Also the type comparison was broken in NodeMetaInfo for <cpp> types.
PackageName() does retrieve the package name of the cpp type which might
be different from the one used in qualfiedTypeName().
Change-Id: I5cdae37c2024cdc89824e68168c16e2050051d06
Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
Showing
- src/plugins/qmldesigner/designercore/metainfo/nodemetainfo.cpp 12 additions, 4 deletions...lugins/qmldesigner/designercore/metainfo/nodemetainfo.cpp
- src/plugins/qmldesigner/designercore/model/qmlchangeset.cpp 1 addition, 1 deletionsrc/plugins/qmldesigner/designercore/model/qmlchangeset.cpp
- tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp 1 addition, 0 deletionstests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
Loading
Please register or sign in to comment