diff options
Diffstat (limited to 'src/ui/widgets/KeyList.h')
-rw-r--r-- | src/ui/widgets/KeyList.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h index 490da86d..920e7607 100644 --- a/src/ui/widgets/KeyList.h +++ b/src/ui/widgets/KeyList.h @@ -109,14 +109,6 @@ class KeyList : public QWidget { GpgKeyTableColumn custom_columns_filter = GpgKeyTableColumn::kALL); /** - * @brief Set the Double Clicked Action object - * - * @param action - */ - void SetDoubleClickedAction( - std::function<void(const GpgKey&, QWidget*)> action); - - /** * @brief Set the Column Width object * * @param row @@ -312,13 +304,6 @@ class KeyList : public QWidget { /** * @brief * - * @param index - */ - void slot_double_clicked(const QModelIndex& index); - - /** - * @brief - * */ void slot_sync_with_key_server(); |