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/widgets/KeyList.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/widgets/KeyList.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/widgets/KeyList.h b/include/ui/widgets/KeyList.h index 231255b6..c1a26931 100644 --- a/include/ui/widgets/KeyList.h +++ b/include/ui/widgets/KeyList.h @@ -58,7 +58,7 @@ Q_OBJECT public: - explicit KeyList(GpgME::GpgContext *ctx, + explicit KeyList(GpgFrontend::GpgContext *ctx, KeyListRow::KeyType selectType = KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType = KeyListColumn::ALL, QWidget *parent = nullptr); @@ -106,7 +106,7 @@ private: QString appPath; QSettings settings; - GpgME::GpgContext *mCtx; + GpgFrontend::GpgContext *mCtx; QTableWidget *mKeyList; QMenu *popupMenu; QNetworkAccessManager *qnam{}; |