diff options
author | Saturneric <[email protected]> | 2022-01-15 02:47:45 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-15 02:47:45 +0000 |
commit | c692b99171e38acc0b8a162bab4a5f3f5641aeb9 (patch) | |
tree | 839411cb304dd6ada05fef9780a994a3d7f3aa8b /src/ui/keypair_details/KeySetExpireDateDialog.cpp | |
parent | <doc, refactor>(ci): Tidy up code of core and related parts (diff) | |
download | GpgFrontend-c692b99171e38acc0b8a162bab4a5f3f5641aeb9.tar.gz GpgFrontend-c692b99171e38acc0b8a162bab4a5f3f5641aeb9.zip |
<doc, refactor>(ui): Tidy up part of the code of ui and related parts
1. Rename related entities.
2. Add comments.
Diffstat (limited to 'src/ui/keypair_details/KeySetExpireDateDialog.cpp')
-rw-r--r-- | src/ui/keypair_details/KeySetExpireDateDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeySetExpireDateDialog.cpp b/src/ui/keypair_details/KeySetExpireDateDialog.cpp index ad5b1d61..756916bb 100644 --- a/src/ui/keypair_details/KeySetExpireDateDialog.cpp +++ b/src/ui/keypair_details/KeySetExpireDateDialog.cpp @@ -114,7 +114,7 @@ void KeySetExpireDateDialog::init() { connect(ui->noExpirationCheckBox, SIGNAL(stateChanged(int)), this, SLOT(slotNonExpiredChecked(int))); - connect(ui->buttonBox, &QDialogButtonBox::accepted, this, + connect(ui->button_box_, &QDialogButtonBox::accepted, this, &KeySetExpireDateDialog::slotConfirm); connect(this, SIGNAL(signalKeyExpireDateUpdated()), SignalStation::GetInstance(), SIGNAL(KeyDatabaseRefresh())); |