videocollection/tsrc/stubs/inc/hbdialog.h
changeset 40 13331705e488
parent 36 8aed59de29f9
child 63 4707a0db12f6
equal deleted inserted replaced
39:f6d44a0cd476 40:13331705e488
   172     
   172     
   173     /**
   173     /**
   174      * if true, secondaryAction() -method returns null
   174      * if true, secondaryAction() -method returns null
   175      */
   175      */
   176     static bool secondaryReturnNull;
   176     static bool secondaryReturnNull;
       
   177     
       
   178     /**
       
   179      * the amount how many times the open has been called.
       
   180      */
       
   181     static int openAmount;
       
   182     
   177 };
   183 };
   178 
   184 
   179 #endif
   185 #endif