diff options
Diffstat (limited to 'filecopier.h')
-rw-r--r-- | filecopier.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/filecopier.h b/filecopier.h index 6a9e37f..12aa3ac 100644 --- a/filecopier.h +++ b/filecopier.h @@ -14,10 +14,7 @@ class FileCopier : public QThread { void cancel(); signals: - void newFile(const QString &source, const QString & dest, qint64 size); - void success(bool s, QString source); - void bytesRead(qint64 bytes); - void bytesReadIntval(qint64 bytes, qint64 msecs, int total, int copied); + void message(const QString &msg); private: QHash<QString, QString> mJobs; |