From b61222e7cd41233fca7a5800772c87929a26eb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 10 May 2012 12:14:54 +0000 Subject: [PATCH] less is more: updating the outmost parent is enough; refs #149 --- src/pinentry.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pinentry.hxx b/src/pinentry.hxx index 920ecc9..b61eec0 100644 --- a/src/pinentry.hxx +++ b/src/pinentry.hxx @@ -75,7 +75,6 @@ class PinEntry: public QDialog, public Ui::PinEntry { void on__showDetails_toggled(bool s) { _cert->setVisible(s); adjustSize(); - // _cert->adjust(); } protected: QString utfConv(const QString& txt) {