videocollection/tsrc/stubs/src/videolistview.cpp
changeset 66 adb51f74b890
parent 63 4707a0db12f6
equal deleted inserted replaced
63:4707a0db12f6 66:adb51f74b890
   123 {
   123 {
   124     Q_UNUSED(show);
   124     Q_UNUSED(show);
   125     // not stubbed
   125     // not stubbed
   126 }
   126 }
   127 
   127 
   128 void VideoListView::setHintLevel(VideoHintWidget::HintLevel level)
       
   129 {
       
   130     Q_UNUSED(level);
       
   131     // not stubbed
       
   132 }
       
   133 
       
   134 void VideoListView::updateSubLabel()
   128 void VideoListView::updateSubLabel()
   135 {
   129 {
   136     // not stubbed
   130     // not stubbed
   137 }
   131 }
   138 
   132