videocollection/tsrc/stubs/inc/videocollectionviewutilsdata.h
changeset 58 d2b028fd1f7d
parent 50 21fe8338c6bf
equal deleted inserted replaced
55:4bfa887905cf 58:d2b028fd1f7d
    29 {
    29 {
    30 public: // methods
    30 public: // methods
    31     static void reset()
    31     static void reset()
    32     {
    32     {
    33         mLastError = 0;
    33         mLastError = 0;
       
    34 		mIsServiceValue = false;
    34         mLoadSortingValuesFails = false;
    35         mLoadSortingValuesFails = false;
    35         mVideoSortRole = -1;
    36         mVideoSortRole = -1;
    36         mCollectionSortRole = -1;
    37         mCollectionSortRole = -1;
    37         mVideoSortOrder = Qt::AscendingOrder;
    38         mVideoSortOrder = Qt::AscendingOrder;
    38         mCollectionSortOrder = Qt::AscendingOrder;
    39         mCollectionSortOrder = Qt::AscendingOrder;
    46         mCenRepIntValues.clear();
    47         mCenRepIntValues.clear();
    47     }   
    48     }   
    48     
    49     
    49 public: // data
    50 public: // data
    50     static int mLastError;
    51     static int mLastError;
    51     static bool mLoadSortingValuesFails;
    52     static bool mIsServiceValue;
       
    53 	static bool mLoadSortingValuesFails;
    52     static int mVideoSortRole;
    54     static int mVideoSortRole;
    53     static int mCollectionSortRole;
    55     static int mCollectionSortRole;
    54     static Qt::SortOrder mVideoSortOrder;
    56     static Qt::SortOrder mVideoSortOrder;
    55     static Qt::SortOrder mCollectionSortOrder;
    57     static Qt::SortOrder mCollectionSortOrder;
    56     static QString mIconString;
    58     static QString mIconString;