diff -r 1957042d8c7e -r ada7962b4308 filemanager/src/fmbkupenginewrapper/inc/fmbkupengine.h --- a/filemanager/src/fmbkupenginewrapper/inc/fmbkupengine.h Fri Apr 16 14:53:38 2010 +0300 +++ b/filemanager/src/fmbkupenginewrapper/inc/fmbkupengine.h Mon May 03 12:24:39 2010 +0300 @@ -86,12 +86,15 @@ QList< FmRestoreInfo > &restoreInfoList, const int aDrive = FmErrNotFound ); + void getBackupDriveList( QStringList &driveList ); + signals: void notifyPreparing( bool cancelable ); void notifyStart( bool cancelable, int totalCount ); void notifyUpdate( int count ); void notifyFinish( int err ); void notifyMemoryLow( int memoryValue, int &userError ); + void notifyBackupFilesExist( bool &isContinue ); private: friend class FmBkupEnginePrivate;