diff options
author | Saturneric <[email protected]> | 2022-07-22 17:26:53 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-07-22 17:26:53 +0000 |
commit | f3ff43494674b9eeeb7d2514d21aa15f477b4092 (patch) | |
tree | 96d4986e25fc5277c67ab7a28f05fa863b867ccd /src/ui/widgets/VerifyKeyDetailBox.cpp | |
parent | feat(ui): use general main window and dialog class (diff) | |
download | GpgFrontend-f3ff43494674b9eeeb7d2514d21aa15f477b4092.tar.gz GpgFrontend-f3ff43494674b9eeeb7d2514d21aa15f477b4092.zip |
style(src): reformat code
Diffstat (limited to 'src/ui/widgets/VerifyKeyDetailBox.cpp')
-rw-r--r-- | src/ui/widgets/VerifyKeyDetailBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/VerifyKeyDetailBox.cpp b/src/ui/widgets/VerifyKeyDetailBox.cpp index 4c936f4f..c6c4982c 100644 --- a/src/ui/widgets/VerifyKeyDetailBox.cpp +++ b/src/ui/widgets/VerifyKeyDetailBox.cpp @@ -41,7 +41,7 @@ VerifyKeyDetailBox::VerifyKeyDetailBox(const GpgSignature& signature, case GPG_ERR_NO_PUBKEY: { this->setTitle("A Error Signature"); auto* importButton = new QPushButton(_("Import from keyserver")); - connect(importButton,&QPushButton::clicked, this, + connect(importButton, &QPushButton::clicked, this, &VerifyKeyDetailBox::slot_import_form_key_server); this->setTitle(QString(_("Key not present with id 0x")) + fpr_.c_str()); |