videocollection/tsrc/stubs/inc/videocollectionviewutilsdata.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
    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;