diff options
author | Saturneric <[email protected]> | 2022-01-12 04:44:22 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-12 04:44:22 +0000 |
commit | 22e268345ae9b38d9f26613cd23391ab867004ab (patch) | |
tree | b138ddf02f58c053e060c65e636e663ebd95aebb /src/ui/widgets/ExportKeyPackageDialog.h | |
parent | <refactor>(ui): Change Sync() to Sync Settings() (diff) | |
download | GpgFrontend-22e268345ae9b38d9f26613cd23391ab867004ab.tar.gz GpgFrontend-22e268345ae9b38d9f26613cd23391ab867004ab.zip |
<refactor>(ui): Refactor the parameter list of generate_passphrase()
Diffstat (limited to '')
-rw-r--r-- | src/ui/widgets/ExportKeyPackageDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widgets/ExportKeyPackageDialog.h b/src/ui/widgets/ExportKeyPackageDialog.h index a254b453..a07cda69 100644 --- a/src/ui/widgets/ExportKeyPackageDialog.h +++ b/src/ui/widgets/ExportKeyPackageDialog.h @@ -37,7 +37,7 @@ class ExportKeyPackageDialog : public QDialog { public: explicit ExportKeyPackageDialog(KeyIdArgsListPtr key_ids, QWidget* parent); - std::string generate_passphrase(const int len); + std::string generate_passphrase(int len); private: std::shared_ptr<Ui_exportKeyPackageDialog> ui; |