diff -r f6d44a0cd476 -r 13331705e488 videocollection/tsrc/stubs/inc/hbdialog.h --- a/videocollection/tsrc/stubs/inc/hbdialog.h Fri May 28 09:45:19 2010 +0300 +++ b/videocollection/tsrc/stubs/inc/hbdialog.h Fri Jun 11 09:44:20 2010 +0300 @@ -174,6 +174,12 @@ * if true, secondaryAction() -method returns null */ static bool secondaryReturnNull; + + /** + * the amount how many times the open has been called. + */ + static int openAmount; + }; #endif