[PATCH 2 of 2] Update the 'remove untrusted' header on list selection change
Wald Commits
scm-commit at wald.intevation.org
Tue Jun 24 17:43:04 CEST 2014
# HG changeset patch
# User Raimund Renkert <rrenkert at intevation.de>
# Date 1403624577 -7200
# Branch trustbridge-refactor
# Node ID dd738ef17715ea5126eb47cb904b8542c51acddf
# Parent a7c3ab273d414315fa5bb545e4016dae97cb85b1
Update the 'remove untrusted' header on list selection change.
diff -r a7c3ab273d41 -r dd738ef17715 ui/mainwindow.cpp
--- a/ui/mainwindow.cpp Tue Jun 24 17:40:40 2014 +0200
+++ b/ui/mainwindow.cpp Tue Jun 24 17:42:57 2014 +0200
@@ -510,6 +510,8 @@
updatesRemoveLayout->addWidget(updatesDetailsRemove);
updatesRemoveLayout->insertStretch(2, 10);
mUpdatesRemove = new CertificateListWidget(this);
+ connect(mUpdatesRemove, SIGNAL(certListChanged(int)),
+ this, SLOT(listChanged(int)));
mUpdatesRemove->hide();
mUpdatesManualCertificates =
More information about the Trustbridge-commits
mailing list