filemanager/src/filemanager/src/backuprestore/fmbackuprestorehandler.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
--- a/filemanager/src/filemanager/src/backuprestore/fmbackuprestorehandler.h	Fri Apr 16 14:53:38 2010 +0300
+++ b/filemanager/src/filemanager/src/backuprestore/fmbackuprestorehandler.h	Mon May 03 12:24:39 2010 +0300
@@ -47,6 +47,7 @@
     int deleteBackup( quint64 selection );
     FmBkupEngine *bkupEngine();
     FmBackupConfigLoader *backupConfigLoader();
+    void getBackupDriveList( QStringList &driveList );
 
 signals:
     void notifyPreparing( bool cancelable );
@@ -64,6 +65,8 @@
     void onNotifyStart( bool cancelable, int maxSteps );
     void onNotifyUpdate( int currentStep );
     void onNotifyFinish( int err );
+    
+    void onNotifyBackupFilesExist( bool &isContinue );
 private:
     enum Process{
 		ProcessNone = 0,