equal
deleted
inserted
replaced
64 |
64 |
65 // TBool HasMultipleBackupTargets(); |
65 // TBool HasMultipleBackupTargets(); |
66 |
66 |
67 signals: |
67 signals: |
68 void notifyPreparing( bool cancelable ); |
68 void notifyPreparing( bool cancelable ); |
69 void notifyStart( bool cancelable, int totalCount ); |
69 void notifyStart( bool cancelable, int totalCount ); |
70 void notifyUpdate( int count ); |
70 void notifyUpdate( int count ); |
71 void notifyFinish( int err ); |
71 void notifyFinish( int err ); |
72 void notifyMemoryLow( int memoryValue, int &userError ); |
72 void notifyMemoryLow( int memoryValue, int &userError ); |
|
73 |
|
74 // win32 source code is used to simulator backup action. |
|
75 // add this signal in win32 to avoid warning when run test case |
|
76 // though it is not used in win32 source code currently |
|
77 void notifyBackupFilesExist( bool &isContinue ); |
73 |
78 |
74 public slots: |
79 public slots: |
75 void onNotifyPreparing( bool cancelable ); |
80 void onNotifyPreparing( bool cancelable ); |
76 void onNotifyStart( bool cancelable, int totalCount ); |
81 void onNotifyStart( bool cancelable, int totalCount ); |
77 void onNotifyUpdate( int count ); |
82 void onNotifyUpdate( int count ); |