videocollection/tsrc/stubs/inc/hbmessageboxdata.h
changeset 24 7d93ee07fb27
parent 15 cf5481c2bc0b
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
    26     {
    26     {
    27         mQuestionReturnValue = false;
    27         mQuestionReturnValue = false;
    28         mLatestTxt = "";
    28         mLatestTxt = "";
    29         mWarningCallCount = 0;
    29         mWarningCallCount = 0;
    30         mInformationCallCount = 0;
    30         mInformationCallCount = 0;
       
    31         mType = -1;
       
    32         mAttribute = -1;
       
    33         mOpenCallCount = 0;
       
    34         mShowCallCount = 0;
    31     }
    35     }
    32     
    36     
    33 public: // data
    37 public: // data
    34     static bool mQuestionReturnValue;
    38     static bool mQuestionReturnValue;
    35     static QString mLatestTxt;
    39     static QString mLatestTxt;
    36     static int mWarningCallCount;
    40     static int mWarningCallCount;
    37     static int mInformationCallCount;
    41     static int mInformationCallCount;
       
    42     static int mType;
       
    43     static int mAttribute;
       
    44     static int mOpenCallCount;
       
    45     static int mShowCallCount;
    38 };
    46 };
    39 
    47 
    40 
       
    41 
       
    42 #endif // HBMESSAGEBOXDATA_H_
    48 #endif // HBMESSAGEBOXDATA_H_