aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycache_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@theqtcompany.com>2015-04-13 13:46:38 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2015-04-25 15:29:25 +0000
commit9f44485bb6e0f82907405a7262db1cdcce0543a9 (patch)
tree267169093390d6cb2aefa6113ff3f4c3b90caa1a /src/qml/qml/qqmlpropertycache_p.h
parent57890547ebb31608df179da2fd3f8a4cd25995dc (diff)
Reorder members to save some bytes
Change-Id: I075cd56695c8d7fe7e46be2a2c4a575ca53fadaf Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/qml/qml/qqmlpropertycache_p.h')
-rw-r--r--src/qml/qml/qqmlpropertycache_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlpropertycache_p.h b/src/qml/qml/qqmlpropertycache_p.h
index 941784ce59..4d8c6dd9a5 100644
--- a/src/qml/qml/qqmlpropertycache_p.h
+++ b/src/qml/qml/qqmlpropertycache_p.h
@@ -174,7 +174,6 @@ public:
int propType; // When !NotFullyResolved
const char *propTypeName; // When NotFullyResolved
};
- int coreIndex;
union {
// The notify index is in the range returned by QObjectPrivate::signalIndex().
// This is different from QMetaMethod::methodIndex().
@@ -208,6 +207,7 @@ public:
qintptr accessorData;
};
};
+ int coreIndex;
private:
friend class QQmlPropertyData;