aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/keygen/SubkeyGenerateDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-08-29 10:49:58 +0000
committerSaturneric <[email protected]>2021-08-29 10:49:58 +0000
commitdaaa83549d42395161e34a40e18c3615801b1501 (patch)
tree7ae4c67a31e9eea8a7bda4719fbdac3ac2e730a9 /include/ui/keygen/SubkeyGenerateDialog.h
parentUpdate version settings. (diff)
downloadGpgFrontend-daaa83549d42395161e34a40e18c3615801b1501.tar.gz
GpgFrontend-daaa83549d42395161e34a40e18c3615801b1501.zip
Start to rewrite gpg core.
Diffstat (limited to '')
-rw-r--r--include/ui/keygen/SubkeyGenerateDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/keygen/SubkeyGenerateDialog.h b/include/ui/keygen/SubkeyGenerateDialog.h
index a1cfcf55..bbc99a9f 100644
--- a/include/ui/keygen/SubkeyGenerateDialog.h
+++ b/include/ui/keygen/SubkeyGenerateDialog.h
@@ -32,11 +32,11 @@ Q_OBJECT
public:
- explicit SubkeyGenerateDialog(GpgME::GpgContext *ctx, const GpgKey &key, QWidget *parent = nullptr);
+ explicit SubkeyGenerateDialog(GpgFrontend::GpgContext *ctx, const GpgKey &key, QWidget *parent = nullptr);
private:
- GpgME::GpgContext *mCtx; /** The current gpg context */
+ GpgFrontend::GpgContext *mCtx; /** The current gpg context */
const GpgKey &mKey;
GenKeyInfo genKeyInfo{};