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