From 99246ab9a966670d676e5267d1593d5b349ba7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 10 May 2012 11:41:49 +0000 Subject: [PATCH] less is more: updating the outmost parent is enough; refs #149 --- src/certificate.hxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/certificate.hxx b/src/certificate.hxx index 0aee794..cfbedd7 100644 --- a/src/certificate.hxx +++ b/src/certificate.hxx @@ -21,10 +21,6 @@ class Certificate: public QWidget, protected Ui::Certificate { Certificate(QWidget* p): QWidget(p) { setupUi(this); } - void adjust() { - adjustSize(); - _cert->adjustSize(); - } Certificate& certificate(const QSslCertificate& cert) { _cert->clear(); if (!cert.isValid()) return *this;