Optimize space for the QEventLoopQuitLocker.
authorStephen Kelly <stephen.kelly@kdab.com>
Thu, 23 Feb 2012 11:59:21 +0000 (12:59 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Feb 2012 11:57:30 +0000 (12:57 +0100)
commit184c9e346e298bbda2cc8f30e2f318c1c11e4b13
tree58f4a168591cb0a98175fee45e59520bd9e7bbd6
parentbeab403d9fcf1fb41f3c133fc6d58e1e864a8d56
Optimize space for the QEventLoopQuitLocker.

Use a union and a type enum instead of three pointers.

Change-Id: I02b11733a4f2e95099064fa9325497d4e04ac615
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
src/corelib/kernel/qeventloop.cpp