aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyPairDetailTab.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-19 09:31:17 +0000
committerSaturneric <[email protected]>2021-08-19 09:31:17 +0000
commit3977f4d024fdbf676f14d51a6977d9f7e67965ee (patch)
treeebd475d48011e5bc8664bbcdd52661cc5f9313d0 /src/ui/keypair_details/KeyPairDetailTab.cpp
parentBugs Fixed; Improve Functions; (diff)
downloadGpgFrontend-3977f4d024fdbf676f14d51a6977d9f7e67965ee.tar.gz
GpgFrontend-3977f4d024fdbf676f14d51a6977d9f7e67965ee.zip
Bugs Fixed; Code Modified;
Diffstat (limited to 'src/ui/keypair_details/KeyPairDetailTab.cpp')
-rw-r--r--src/ui/keypair_details/KeyPairDetailTab.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyPairDetailTab.cpp b/src/ui/keypair_details/KeyPairDetailTab.cpp
index bc818c58..c55c7c42 100644
--- a/src/ui/keypair_details/KeyPairDetailTab.cpp
+++ b/src/ui/keypair_details/KeyPairDetailTab.cpp
@@ -147,7 +147,6 @@ KeyPairDetailTab::KeyPairDetailTab(GpgME::GpgContext *ctx, const GpgKey &mKey, Q
keyServerOperaButton->setStyleSheet("text-align:center;");
auto *revokeCertGenButton = new QPushButton(tr("Generate Revoke Certificate"));
- // revokeCertGenButton->setDisabled(true);
connect(revokeCertGenButton, SIGNAL(clicked()), this, SLOT(slotGenRevokeCert()));
hBoxLayout->addWidget(keyServerOperaButton);