diff -r d9aefe59d544 -r 3075d9b614e6 camerauis/cameraxui/cxengine/inc/cxestatemachinebase.h --- a/camerauis/cameraxui/cxengine/inc/cxestatemachinebase.h Fri Apr 16 14:51:30 2010 +0300 +++ b/camerauis/cameraxui/cxengine/inc/cxestatemachinebase.h Thu May 13 21:30:19 2010 +0300 @@ -118,6 +118,9 @@ //! Hash table of all states. stateId as key QHash mStates; + //! All states ORed together + int mStateBitsUsed; + //! Current state int mStateId;