16 #ifndef QGSCOPYFILETASK_H 
   17 #define QGSCOPYFILETASK_H 
   43     const QString &errorString() 
const;
 
   49     const QString &destination() 
const;
 
Task to copy a file on disk.
Abstract base class for long running background tasks.
virtual bool run()=0
Performs the task's operation.