equal
deleted
inserted
replaced
55 // |
55 // |
56 bool StartRestoreL( QList<FmBkupDrivesAndOperation* > drivesAndOperationList ); |
56 bool StartRestoreL( QList<FmBkupDrivesAndOperation* > drivesAndOperationList ); |
57 void GetRestoreInfoArray( QList<FmBkupDrivesAndOperation* > drivesAndOperationList, |
57 void GetRestoreInfoArray( QList<FmBkupDrivesAndOperation* > drivesAndOperationList, |
58 QList< FmRestoreInfo > &restoreInfoList, |
58 QList< FmRestoreInfo > &restoreInfoList, |
59 const int aDrive = 0 ); |
59 const int aDrive = 0 ); |
|
60 void getBackupDriveList( QStringList &driveList ); |
60 private: |
61 private: |
61 int DriverNameToNumber( QString driverName ); |
62 int DriverNameToNumber( QString driverName ); |
62 QString NumberToDriverName( int driver ); |
63 QString NumberToDriverName( int driver ); |
63 |
64 |
64 TBool HasMultipleBackupTargets(); |
65 // TBool HasMultipleBackupTargets(); |
65 |
66 |
66 signals: |
67 signals: |
67 void notifyPreparing( bool cancelable ); |
68 void notifyPreparing( bool cancelable ); |
68 void notifyStart( bool cancelable, int totalCount ); |
69 void notifyStart( bool cancelable, int totalCount ); |
69 void notifyUpdate( int count ); |
70 void notifyUpdate( int count ); |