aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/import_export/ExportKeyPackageDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/import_export/ExportKeyPackageDialog.h')
-rw-r--r--src/ui/import_export/ExportKeyPackageDialog.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ui/import_export/ExportKeyPackageDialog.h b/src/ui/import_export/ExportKeyPackageDialog.h
index 68f9b433..ecf13b1d 100644
--- a/src/ui/import_export/ExportKeyPackageDialog.h
+++ b/src/ui/import_export/ExportKeyPackageDialog.h
@@ -54,23 +54,7 @@ class ExportKeyPackageDialog : public QDialog {
private:
std::shared_ptr<Ui_exportKeyPackageDialog> ui_; ///<
KeyIdArgsListPtr key_ids_; ///<
- std::random_device rd_; ///<
- std::mt19937 mt_; ///<
std::string passphrase_; ///<
-
- /**
- * @brief
- *
- * @param len
- * @return std::string
- */
- std::string generate_passphrase(int len);
-
- /**
- * @brief
- *
- */
- void generate_key_package_name();
};
} // namespace GpgFrontend::UI