aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2016-05-23 14:39:01 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-05-24 14:08:18 +0000
commit70c536b0473529710d36f32e516e6d962a0cb3dc (patch)
tree9d1e41dde8a8a015f74e0068799d31faa4bcb53f /tests/auto/qml/qqmllanguage
parent641beae32735a39b861252be859b5381b5158fcc (diff)
Get rid of QQmlVMEMetaData::AliasData
The remaining signal index for the changed signal of the alias target is something that we need only once (when doing the initial alias endpoint connection) and then we can retrieve it from the property cache. Change-Id: Ifbd4625f9af3ca00c9b916eee5c82f58450d54ef Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'tests/auto/qml/qqmllanguage')
-rw-r--r--tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp b/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
index 98a97ebd66..8f1b84940e 100644
--- a/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
+++ b/tests/auto/qml/qqmllanguage/tst_qqmllanguage.cpp
@@ -4134,7 +4134,6 @@ void tst_qqmllanguage::earlyIdObjectAccess()
void tst_qqmllanguage::dataAlignment()
{
QVERIFY(sizeof(QQmlVMEMetaData) % sizeof(int) == 0);
- QVERIFY(sizeof(QQmlVMEMetaData::AliasData) % sizeof(int) == 0);
}
void tst_qqmllanguage::deleteSingletons()