videocollection/tsrc/stubs/src/videocollectionviewutils.cpp
changeset 59 a76e86df7ccd
parent 52 e3cecb93e76a
child 62 0e1e938beb1a
equal deleted inserted replaced
52:e3cecb93e76a 59:a76e86df7ccd
   119 int VideoCollectionViewUtils::getCenRepIntValue(int key)
   119 int VideoCollectionViewUtils::getCenRepIntValue(int key)
   120 {
   120 {
   121     Q_UNUSED(key);
   121     Q_UNUSED(key);
   122     if(VideoCollectionViewUtilsData::mCenRepIntValues.count() > 0)
   122     if(VideoCollectionViewUtilsData::mCenRepIntValues.count() > 0)
   123     {
   123     {
   124         int value = VideoCollectionViewUtilsData::mCenRepIntValues.takeFirst();;
   124         int value = VideoCollectionViewUtilsData::mCenRepIntValues.takeFirst();
   125         if(value != CENREP_NO_INT)
   125         if(value != CENREP_NO_INT)
   126         {
   126         {
   127             return value;
   127             return value;
   128         }
   128         }
   129     }
   129     }