diff options
Diffstat (limited to 'src/ui/main_window/KeyMgmt.cpp')
-rw-r--r-- | src/ui/main_window/KeyMgmt.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui/main_window/KeyMgmt.cpp b/src/ui/main_window/KeyMgmt.cpp index d6530c64..f7fabb92 100644 --- a/src/ui/main_window/KeyMgmt.cpp +++ b/src/ui/main_window/KeyMgmt.cpp @@ -97,10 +97,6 @@ KeyMgmt::KeyMgmt(QWidget* parent) [](const GpgKey& key) -> bool { return key.IsExpired(); }); setCentralWidget(key_list_); - key_list_->SetDoubleClickedAction([this](const GpgKey& key, - QWidget* /*parent*/) { - new KeyDetailsDialog(key_list_->GetCurrentGpgContextChannel(), key, this); - }); key_list_->SlotRefresh(); |