aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/importjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/importjob.h')
-rw-r--r--lang/qt/src/importjob.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/qt/src/importjob.h b/lang/qt/src/importjob.h
index a81dcf26..0d677bed 100644
--- a/lang/qt/src/importjob.h
+++ b/lang/qt/src/importjob.h
@@ -5,6 +5,8 @@
Copyright (c) 2004 Klarälvdalens Datakonsult AB
Copyright (c) 2016 by Bundesamt für Sicherheit in der Informationstechnik
Software engineering by Intevation GmbH
+ Copyright (c) 2023 g10 Code GmbH
+ Software engineering by Ingo Klöcker <[email protected]>
QGpgME is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -88,6 +90,8 @@ public:
virtual GpgME::Error start(const QByteArray &keyData) = 0;
virtual GpgME::ImportResult exec(const QByteArray &keyData) = 0;
+
+ virtual GpgME::Error startLater(const QByteArray &keyData) = 0;
};
}