camerauis/cameraxui/cxengine/inc/cxestatemachinebase.h
changeset 21 fa6d9f75d6a6
parent 19 d9aefe59d544
child 45 24fd82631616
--- a/camerauis/cameraxui/cxengine/inc/cxestatemachinebase.h	Fri Apr 16 14:51:30 2010 +0300
+++ b/camerauis/cameraxui/cxengine/inc/cxestatemachinebase.h	Mon May 03 12:22:55 2010 +0300
@@ -118,6 +118,9 @@
     //! Hash table of all states. stateId as key
     QHash<int, CxeState*> mStates;
 
+    //! All states ORed together
+    int mStateBitsUsed;
+
     //! Current state
     int mStateId;