diff options
author | Saturneric <[email protected]> | 2021-08-29 10:49:58 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-29 10:49:58 +0000 |
commit | daaa83549d42395161e34a40e18c3615801b1501 (patch) | |
tree | 7ae4c67a31e9eea8a7bda4719fbdac3ac2e730a9 /include/ui/keypair_details/KeyNewUIDDialog.h | |
parent | Update version settings. (diff) | |
download | GpgFrontend-daaa83549d42395161e34a40e18c3615801b1501.tar.gz GpgFrontend-daaa83549d42395161e34a40e18c3615801b1501.zip |
Start to rewrite gpg core.
Diffstat (limited to '')
-rw-r--r-- | include/ui/keypair_details/KeyNewUIDDialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/keypair_details/KeyNewUIDDialog.h b/include/ui/keypair_details/KeyNewUIDDialog.h index fd8be03b..c8b42661 100644 --- a/include/ui/keypair_details/KeyNewUIDDialog.h +++ b/include/ui/keypair_details/KeyNewUIDDialog.h @@ -34,7 +34,7 @@ Q_OBJECT public: - KeyNewUIDDialog(GpgME::GpgContext *ctx, const GpgKey &key ,QWidget *parent = nullptr); + KeyNewUIDDialog(GpgFrontend::GpgContext *ctx, const GpgKey &key ,QWidget *parent = nullptr); private slots: @@ -43,7 +43,7 @@ private slots: private: - GpgME::GpgContext *mCtx; + GpgFrontend::GpgContext *mCtx; const GpgKey &mKey; QLineEdit *name{}; |