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/KeyMgmt.h | |
parent | Update version settings. (diff) | |
download | GpgFrontend-daaa83549d42395161e34a40e18c3615801b1501.tar.gz GpgFrontend-daaa83549d42395161e34a40e18c3615801b1501.zip |
Start to rewrite gpg core.
Diffstat (limited to '')
-rwxr-xr-x | include/ui/KeyMgmt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/KeyMgmt.h b/include/ui/KeyMgmt.h index fa352149..d96d6aba 100755 --- a/include/ui/KeyMgmt.h +++ b/include/ui/KeyMgmt.h @@ -36,7 +36,7 @@ class KeyMgmt : public QMainWindow { Q_OBJECT public: - explicit KeyMgmt(GpgME::GpgContext *ctx, QWidget *parent = nullptr); + explicit KeyMgmt(GpgFrontend::GpgContext *ctx, QWidget *parent = nullptr); QAction *importKeyFromClipboardAct{}; QAction *importKeyFromFileAct{}; @@ -86,7 +86,7 @@ private: QSettings settings; KeyList *mKeyList; - GpgME::GpgContext *mCtx; + GpgFrontend::GpgContext *mCtx; QMenu *fileMenu{}; QMenu *keyMenu{}; QMenu *generateKeyMenu{}; |