diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/qt/src/downloadjob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/downloadjob.h b/lang/qt/src/downloadjob.h index b916c41d..dc1201ee 100644 --- a/lang/qt/src/downloadjob.h +++ b/lang/qt/src/downloadjob.h @@ -93,7 +93,7 @@ public: only empty strings or anything other than fingerprints, the result is undefined. */ - virtual QGPGME_DEPRECATED_EXPORT GpgME::Error start(const QStringList &fingerprints) = 0; + QGPGME_DEPRECATED virtual GpgME::Error start(const QStringList &fingerprints) = 0; Q_SIGNALS: void result(const GpgME::Error &result, const QByteArray &keyData, const QString &auditLogAsHtml = QString(), const GpgME::Error &auditLogError = GpgME::Error()); |