Fix bitfield waste in QQmlContextData
authorMartin Jones <martin.jones@nokia.com>
Tue, 20 Mar 2012 02:45:12 +0000 (12:45 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 20 Mar 2012 03:24:32 +0000 (04:24 +0100)
Why we do this at all, I have no idea.

Change-Id: I35c78f4603499d5bb13d4608cc4f5eba0ee342ca
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
src/qml/qml/qqmlcontext_p.h

index d10543b..97bc04b 100644 (file)
@@ -146,7 +146,7 @@ public:
     quint32 isJSContext:1;
     quint32 isPragmaLibraryContext:1;
     quint32 unresolvedNames:1; // True if expressions in this context failed to resolve a toplevel name
-    quint32 dummy:28;
+    quint32 dummy:27;
     QQmlContext *publicContext;
 
     // VME data that is constructing this context if any