videocollection/videocollectionwrapper/tsrc/testvideomodel/stub/src/videocollectionclient.cpp
changeset 35 3738fe97f027
parent 34 bbb98528c666
child 50 21fe8338c6bf
equal deleted inserted replaced
34:bbb98528c666 35:3738fe97f027
    23 bool VideoCollectionClient::mFailInitialize = false;
    23 bool VideoCollectionClient::mFailInitialize = false;
    24     
    24     
    25 bool VideoCollectionClient::mFailConnectSignals = false; 
    25 bool VideoCollectionClient::mFailConnectSignals = false; 
    26 
    26 
    27 int VideoCollectionClient::mInitializeCount = 0;
    27 int VideoCollectionClient::mInitializeCount = 0;
       
    28 
       
    29 int VideoCollectionClient::mRemoveItemsReturn = -1;
    28 
    30 
    29 
    31 
    30 
    32 
    31 // -----------------------------------------------------------------------------
    33 // -----------------------------------------------------------------------------
    32 // VideoCollectionClient
    34 // VideoCollectionClient
    59     }
    61     }
    60     return 0;
    62     return 0;
    61 }
    63 }
    62 
    64 
    63 
    65 
       
    66 // -----------------------------------------------------------------------------
       
    67 // removeItemsFromAlbum
       
    68 // -----------------------------------------------------------------------------
       
    69 //
       
    70 int VideoCollectionClient::removeItemsFromAlbum(TMPXItemId &albumId, const QList<TMPXItemId> &items)
       
    71 {
       
    72     Q_UNUSED(albumId);
       
    73     Q_UNUSED(items);
       
    74     return mRemoveItemsReturn;
       
    75 }
    64 
    76 
       
    77 
       
    78