aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/smtp/RecipientsPicker.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-23 07:26:15 +0000
committerSaturneric <[email protected]>2022-01-23 07:26:15 +0000
commit6618e827ec8aba22dee519aab77fec345afdb063 (patch)
tree037a12bc5bb909a56001978de0fdb56d117d397c /src/ui/smtp/RecipientsPicker.cpp
parent<refactor>(ui): tidy up codes and comments. (diff)
downloadGpgFrontend-6618e827ec8aba22dee519aab77fec345afdb063.tar.gz
GpgFrontend-6618e827ec8aba22dee519aab77fec345afdb063.zip
<refactor>(ui): tidy up codes and comments.
1. tidy up smtp.
Diffstat (limited to 'src/ui/smtp/RecipientsPicker.cpp')
-rw-r--r--src/ui/smtp/RecipientsPicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/smtp/RecipientsPicker.cpp b/src/ui/smtp/RecipientsPicker.cpp
index a647c53e..17a08705 100644
--- a/src/ui/smtp/RecipientsPicker.cpp
+++ b/src/ui/smtp/RecipientsPicker.cpp
@@ -75,6 +75,6 @@ GpgFrontend::UI::RecipientsPicker::RecipientsPicker(
}
GpgFrontend::KeyIdArgsListPtr
-GpgFrontend::UI::RecipientsPicker::getCheckedRecipients() {
+GpgFrontend::UI::RecipientsPicker::GetCheckedRecipients() {
return key_list_->getChecked();
}