filemanager/src/filemanager/src/operationservice/fmoperationresultprocesser.h
changeset 33 328cf6fbe40c
parent 25 b7bfdea70ca2
--- a/filemanager/src/filemanager/src/operationservice/fmoperationresultprocesser.h	Fri Jul 23 11:12:24 2010 +0800
+++ b/filemanager/src/filemanager/src/operationservice/fmoperationresultprocesser.h	Thu Aug 05 11:30:07 2010 +0800
@@ -41,8 +41,8 @@
 
 
     void onNotifyFinish( FmOperationBase* operationBase ); 
-    void onNotifyError( FmOperationBase* operationBase, int error, QString errString ); 
-    void onNotifyCanceled( FmOperationBase* operationBase ); 
+    void onNotifyError( FmOperationBase* operationBase, int error, const QString &errString );
+    
 private slots:
     void onProgressCancelled();
 private: