filemanager/src/filemanager/src/operationservice/fmoperationthread.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 21 15299bc55001
child 25 b7bfdea70ca2
child 37 15bc28c9dd51
--- a/filemanager/src/filemanager/src/operationservice/fmoperationthread.h	Fri Apr 16 14:53:38 2010 +0300
+++ b/filemanager/src/filemanager/src/operationservice/fmoperationthread.h	Mon May 03 12:24:39 2010 +0300
@@ -52,6 +52,7 @@
 
 signals:
     void askForRename( const QString &srcFile, QString *destFile );
+    void askForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
     void refreshModel( const QString &path );
 
     void notifyWaiting( bool cancelable );
@@ -65,6 +66,7 @@
 
 private slots:
     void onAskForRename( const QString &srcFile, QString *destFile );
+    void onAskForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
     void on_operationElement_notifyPreparing( bool cancelable );
     void on_operationElement_notifyStart( bool cancelable, int maxSteps );
     void on_operationElement_notifyProgress( int currentStep );