camerauis/cameraxui/cxengine/inc/cxestatemachinebase.h
changeset 28 3075d9b614e6
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	Thu May 13 21:30:19 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;