diff options
Diffstat (limited to 'lang/qt/src')
-rw-r--r-- | lang/qt/src/job.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/qt/src/job.h b/lang/qt/src/job.h index caa840bd..0882539e 100644 --- a/lang/qt/src/job.h +++ b/lang/qt/src/job.h @@ -75,8 +75,6 @@ protected: public: ~Job(); - virtual void showErrorDialog(QWidget *parent = Q_NULLPTR, const QString &caption = QString()) const; - virtual QString auditLogAsHtml() const; virtual GpgME::Error auditLogError() const; bool isAuditLogSupported() const; |