Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix bitfield waste in QQmlContextData
Why we do this at all, I have no idea.

Change-Id: I35c78f4603499d5bb13d4608cc4f5eba0ee342ca
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
  • Loading branch information
Martin Jones authored and Qt by Nokia committed Mar 20, 2012
1 parent 5d901a7 commit 01f0966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qml/qml/qqmlcontext_p.h
Expand Up @@ -146,7 +146,7 @@ class Q_QML_EXPORT QQmlContextData
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
Expand Down

0 comments on commit 01f0966

Please sign in to comment.