aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2016-04-03 09:27:58 +0000
committerAndre Heinecke <[email protected]>2016-04-03 09:27:58 +0000
commit3e38cc6fc67c420dec3e9e8afd072b4c8a157c85 (patch)
treee62aa2aa58d7869301cafa273b95b167246365cd
parentQt: Only use GpgME based config class (diff)
downloadgpgme-3e38cc6fc67c420dec3e9e8afd072b4c8a157c85.tar.gz
gpgme-3e38cc6fc67c420dec3e9e8afd072b4c8a157c85.zip
Qt: Don't declare showErrorDialog anymore
* cpp/qt/src/job.h: Remove showErrorDialog. -- If additional error handling is neccessary emitting signals to a gui application would be better API for qgpgme.
-rw-r--r--lang/qt/src/job.h2
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;