videocollection/tsrc/stubs/inc/videooperatorservicedata.h
changeset 59 a76e86df7ccd
parent 52 e3cecb93e76a
equal deleted inserted replaced
52:e3cecb93e76a 59:a76e86df7ccd
    32         mUids.clear();
    32         mUids.clear();
    33         
    33         
    34         mTitleCallCount = 0;
    34         mTitleCallCount = 0;
    35         mIconResourceCallCount = 0;
    35         mIconResourceCallCount = 0;
    36         mLaunchServiceCallCount = 0;
    36         mLaunchServiceCallCount = 0;
    37         mLaunchApplicationLCallCount = 0;
       
    38     }
    37     }
    39     
    38     
    40 public: // data
    39 public: // data
    41     static QList<QString> mTitles;
    40     static QList<QString> mTitles;
    42     static QList<QString> mIcons;
    41     static QList<QString> mIcons;
    47     
    46     
    48     static int mLoadCallCount;
    47     static int mLoadCallCount;
    49     static int mTitleCallCount;
    48     static int mTitleCallCount;
    50     static int mIconResourceCallCount;
    49     static int mIconResourceCallCount;
    51     static int mLaunchServiceCallCount;
    50     static int mLaunchServiceCallCount;
    52     static int mLaunchApplicationLCallCount;
       
    53 };
    51 };
    54 
    52 
    55 #endif /* VIDEOOPERATORSERVICEDATA_H */
    53 #endif /* VIDEOOPERATORSERVICEDATA_H */