diff options
author | Saturneric <[email protected]> | 2022-01-12 04:43:30 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-12 04:43:30 +0000 |
commit | a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184 (patch) | |
tree | 9433389e530a75acfbc6deb30bf5dfc85e8bab30 /src/ui/keypair_details/KeyPairOperaTab.cpp | |
parent | <feat>(ui): Added ability to encrypt data object storage (diff) | |
download | GpgFrontend-a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184.tar.gz GpgFrontend-a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184.zip |
<refactor>(ui): Change Sync() to Sync Settings()
Diffstat (limited to '')
-rw-r--r-- | src/ui/keypair_details/KeyPairOperaTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/keypair_details/KeyPairOperaTab.cpp b/src/ui/keypair_details/KeyPairOperaTab.cpp index 57eb8164..0ee61593 100644 --- a/src/ui/keypair_details/KeyPairOperaTab.cpp +++ b/src/ui/keypair_details/KeyPairOperaTab.cpp @@ -64,7 +64,7 @@ KeyPairOperaTab::KeyPairOperaTab(const std::string& key_id, QWidget* parent) auto* edit_password_button = new QPushButton(_("Modify Password")); connect(edit_password_button, SIGNAL(clicked()), this, SLOT(slotModifyPassword())); - + vbox_p_k->addWidget(edit_expires_button); vbox_p_k->addWidget(edit_password_button); } |