videocollection/tsrc/stubs/src/videocollectionviewutils.cpp
changeset 55 4bfa887905cf
parent 50 21fe8338c6bf
child 58 d2b028fd1f7d
equal deleted inserted replaced
50:21fe8338c6bf 55:4bfa887905cf
   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     }