videocollection/tsrc/stubs/src/videolistselectiondialog.cpp
changeset 52 e3cecb93e76a
parent 24 7d93ee07fb27
child 62 0e1e938beb1a
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
    39     mItemCount(0),
    39     mItemCount(0),
    40     mCheckBox(0),
    40     mCheckBox(0),
    41     mListContainer(0),
    41     mListContainer(0),
    42     mForcedCheck(false),
    42     mForcedCheck(false),
    43     mModel(0),
    43     mModel(0),
       
    44     mModelReady(false),
       
    45     mAlbumListReady(false),
    44     mListWidget(0),
    46     mListWidget(0),
    45     mPrimaryAction(0),
    47     mPrimaryAction(0),
    46     mSecondaryAction(0)
    48     mSecondaryAction(0)
    47 {
    49 {
    48     setDismissPolicy(HbDialog::NoDismiss);
    50     setDismissPolicy(HbDialog::NoDismiss);
   122 void VideoListSelectionDialog::modelReadySlot()
   124 void VideoListSelectionDialog::modelReadySlot()
   123 {
   125 {
   124     // not stubbed
   126     // not stubbed
   125 }
   127 }
   126 
   128 
       
   129 void VideoListSelectionDialog::albumListReadySlot()
       
   130 {
       
   131     // not stubbed
       
   132 }
       
   133 
   127 void VideoListSelectionDialog::updateCounterSlot()
   134 void VideoListSelectionDialog::updateCounterSlot()
   128 {
   135 {
   129     // not stubbed
   136     // not stubbed
   130 }
   137 }
   131 
   138