[Pkg-gnupg-commit] [gpgme] 45/412: Qt: Don't declare showErrorDialog anymore

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 22 21:26:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 3e38cc6fc67c420dec3e9e8afd072b4c8a157c85
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Sun Apr 3 01:27:58 2016 -0800

    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.
---
 lang/qt/src/job.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lang/qt/src/job.h b/lang/qt/src/job.h
index caa840b..0882539 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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list