diff options
author | saturneric <[email protected]> | 2024-06-28 21:31:45 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-06-28 21:31:45 +0000 |
commit | 2c42d6cb727001422c68a86f1cb4221a32892a59 (patch) | |
tree | 2de17f5e8ed07cd299567b3e814c0057264f9e48 /src/ui/widgets/KeyList.h | |
parent | refactor: rewrite KeyMenuAbility (diff) | |
download | GpgFrontend-2c42d6cb727001422c68a86f1cb4221a32892a59.tar.gz GpgFrontend-2c42d6cb727001422c68a86f1cb4221a32892a59.zip |
feat: enable sorting and add column "comment" at key table
Diffstat (limited to 'src/ui/widgets/KeyList.h')
-rw-r--r-- | src/ui/widgets/KeyList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h index 03b02a0b..cbad6812 100644 --- a/src/ui/widgets/KeyList.h +++ b/src/ui/widgets/KeyList.h @@ -291,6 +291,7 @@ class KeyList : public QWidget { QAction* create_date_column_action_; QAction* owner_trust_column_action_; QAction* subkeys_number_column_action_; + QAction* comment_column_action_; private slots: |