aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlvmemetaobject_p.h
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2015-10-15 12:11:00 +0300
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-10-15 11:15:54 +0000
commit5b726c3135f7a86e9712d393ae5e75cca73b8e57 (patch)
tree45fc6731fd3aeca649fd45da7e3ccabe0d6ee744 /src/qml/qml/qqmlvmemetaobject_p.h
parentf8bde8841631c6e4fa64a56f77522567455f8709 (diff)
Align QQmlVMEMetaData to int.
Task-number: QTBUG-48139 Change-Id: I12bec1ec72a99de0c3f5b4b12d22fba2b66c8f49 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlvmemetaobject_p.h')
-rw-r--r--src/qml/qml/qqmlvmemetaobject_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlvmemetaobject_p.h b/src/qml/qml/qqmlvmemetaobject_p.h
index 413eca8a68..af0742d2c6 100644
--- a/src/qml/qml/qqmlvmemetaobject_p.h
+++ b/src/qml/qml/qqmlvmemetaobject_p.h
@@ -76,8 +76,7 @@ struct QQmlVMEMetaData
short aliasCount;
short signalCount;
short methodCount;
- short dummyForAlignment; // Add padding to ensure that the following
- // AliasData/PropertyData/MethodData is int aligned.
+ // Make sure this structure is always aligned to int
struct AliasData {
int contextIdx;