diff options
author | Saturneric <[email protected]> | 2021-07-07 17:23:28 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-07-07 17:23:28 +0000 |
commit | de7273d31dd162a7d6e5960cc0037cc2faa50e2e (patch) | |
tree | 653bec9b699f982c8498e1c153aa946b8d9fe173 /src/ui/widgets/KeyList.cpp | |
parent | Merge branch 'develop' into main (diff) | |
download | GpgFrontend-de7273d31dd162a7d6e5960cc0037cc2faa50e2e.tar.gz GpgFrontend-de7273d31dd162a7d6e5960cc0037cc2faa50e2e.zip |
UI Improvement;
Update Documents;
Diffstat (limited to 'src/ui/widgets/KeyList.cpp')
-rw-r--r-- | src/ui/widgets/KeyList.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/widgets/KeyList.cpp b/src/ui/widgets/KeyList.cpp index b044020a..3929868e 100644 --- a/src/ui/widgets/KeyList.cpp +++ b/src/ui/widgets/KeyList.cpp @@ -297,6 +297,11 @@ void KeyList::contextMenuEvent(QContextMenuEvent *event) } +void KeyList::addSeparator() +{ + popupMenu->addSeparator(); +} + void KeyList::addMenuAction(QAction *act) { popupMenu->addAction(act); |