videocollection/tsrc/stubs/src/videolistselectiondialog.cpp
changeset 24 7d93ee07fb27
parent 17 69946d1824c4
child 52 e3cecb93e76a
equal deleted inserted replaced
20:b9e04db066d4 24:7d93ee07fb27
   142 void VideoListSelectionDialog::disconnectSignals()
   142 void VideoListSelectionDialog::disconnectSignals()
   143 {
   143 {
   144     // not stubbed
   144     // not stubbed
   145 }
   145 }
   146 
   146 
       
   147 void VideoListSelectionDialog::newAlbumNameDialogFinished(HbAction *action)
       
   148 {
       
   149     Q_UNUSED(action);
       
   150     // not stubbed
       
   151 }
       
   152 
       
   153 void VideoListSelectionDialog::finalize(QString albumName)
       
   154 {
       
   155     Q_UNUSED(albumName);
       
   156     // not stubbed
       
   157 }
       
   158 
   147 // end of file
   159 // end of file