aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/quickjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/quickjob.h')
-rw-r--r--lang/qt/src/quickjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/quickjob.h b/lang/qt/src/quickjob.h
index 82c9d89d..5d3473fd 100644
--- a/lang/qt/src/quickjob.h
+++ b/lang/qt/src/quickjob.h
@@ -87,7 +87,7 @@ public:
Q_SIGNALS:
void result(const GpgME::Error &error,
- const QString &auditLogAsHtml, const GpgME::Error &auditLogError);
+ const QString &auditLogAsHtml = QString(), const GpgME::Error &auditLogError = GpgME::Error());
};
}