filemanager/src/filemanager/src/operationservice/fmoperationcopy.h
changeset 16 ada7962b4308
parent 14 1957042d8c7e
child 21 15299bc55001
equal deleted inserted replaced
14:1957042d8c7e 16:ada7962b4308
    33     QStringList sourceList();
    33     QStringList sourceList();
    34     QString     targetPath();
    34     QString     targetPath();
    35 
    35 
    36 signals:
    36 signals:
    37     void askForRename( const QString &srcFile, QString *destFile );
    37     void askForRename( const QString &srcFile, QString *destFile );
       
    38     void askForReplace( const QString &srcFile, const QString &destFile, bool *isAccepted );
    38     void notifyPreparing( bool cancelable );
    39     void notifyPreparing( bool cancelable );
    39     void notifyStart( bool cancelable, int maxSteps );
    40     void notifyStart( bool cancelable, int maxSteps );
    40     void notifyProgress( int currentStep );
    41     void notifyProgress( int currentStep );
    41 
    42 
    42 private:
    43 private: