videocollection/tsrc/stubs/inc/hbmessageboxdata.h
changeset 38 ff53afa8ad05
parent 34 bbb98528c666
--- a/videocollection/tsrc/stubs/inc/hbmessageboxdata.h	Fri Apr 30 09:52:11 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbmessageboxdata.h	Fri May 14 15:14:51 2010 +0300
@@ -28,6 +28,10 @@
         mLatestTxt = "";
         mWarningCallCount = 0;
         mInformationCallCount = 0;
+        mType = -1;
+        mAttribute = -1;
+        mOpenCallCount = 0;
+        mShowCallCount = 0;
     }
     
 public: // data
@@ -35,8 +39,10 @@
     static QString mLatestTxt;
     static int mWarningCallCount;
     static int mInformationCallCount;
+    static int mType;
+    static int mAttribute;
+    static int mOpenCallCount;
+    static int mShowCallCount;
 };
 
-
-
 #endif // HBMESSAGEBOXDATA_H_