aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/smtp/SenderPicker.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/SenderPicker.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 '')
-rw-r--r--src/ui/smtp/SenderPicker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/smtp/SenderPicker.cpp b/src/ui/smtp/SenderPicker.cpp
index a2b54169..e88f57cc 100644
--- a/src/ui/smtp/SenderPicker.cpp
+++ b/src/ui/smtp/SenderPicker.cpp
@@ -71,7 +71,7 @@ GpgFrontend::UI::SenderPicker::SenderPicker(const KeyId& current_key_id,
this->exec();
}
-GpgFrontend::KeyId GpgFrontend::UI::SenderPicker::getCheckedSender() {
+GpgFrontend::KeyId GpgFrontend::UI::SenderPicker::GetCheckedSender() {
auto checked_keys = key_list_->getChecked();
if (!checked_keys->empty()) {
return key_list_->getChecked()->front();