filemanager/src/fmbkupenginewrapper/src/fmrestoresettings.cpp
changeset 25 b7bfdea70ca2
parent 14 1957042d8c7e
child 49 81668a704644
equal deleted inserted replaced
16:ada7962b4308 25:b7bfdea70ca2
    58 {
    58 {
    59     resetAndDestoryRestoreEntry();
    59     resetAndDestoryRestoreEntry();
    60 
    60 
    61     QList< FmRestoreInfo > restoreInfoList;
    61     QList< FmRestoreInfo > restoreInfoList;
    62     
    62     
    63     mEngine.GetRestoreInfoArray( drivesAndOperationList, restoreInfoList );
    63     QString targetDrive = mEngine.BackupSettingsL()->availableTargetDrive();
       
    64     mEngine.GetRestoreInfoArray( drivesAndOperationList, restoreInfoList, targetDrive );
    64     
    65     
    65 
    66 
    66     // fetch info list from engine, and then init the entry list for display
    67     // fetch info list from engine, and then init the entry list for display
    67 
    68 
    68     int count( restoreInfoList.count() );
    69     int count( restoreInfoList.count() );