aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/qgpgmesignencryptarchivejob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/qgpgmesignencryptarchivejob.cpp')
-rw-r--r--lang/qt/src/qgpgmesignencryptarchivejob.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/qt/src/qgpgmesignencryptarchivejob.cpp b/lang/qt/src/qgpgmesignencryptarchivejob.cpp
index b75c4d0f..c5e00ef0 100644
--- a/lang/qt/src/qgpgmesignencryptarchivejob.cpp
+++ b/lang/qt/src/qgpgmesignencryptarchivejob.cpp
@@ -85,6 +85,9 @@ QGpgMESignEncryptArchiveJob::QGpgMESignEncryptArchiveJob(Context *context)
{
setJobPrivate(this, std::unique_ptr<QGpgMESignEncryptArchiveJobPrivate>{new QGpgMESignEncryptArchiveJobPrivate{this}});
lateInitialization();
+ connect(this, &Job::rawProgress, this, [this](const QString &what, int type, int current, int total) {
+ emitArchiveProgressSignals(this, what, type, current, total);
+ });
}
static QGpgMESignEncryptArchiveJob::result_type sign_encrypt(Context *ctx,