aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/KeyUploadDialog.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/KeyUploadDialog.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/KeyUploadDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/KeyUploadDialog.h b/include/ui/KeyUploadDialog.h
index b41ced6b..e6c3b836 100644
--- a/include/ui/KeyUploadDialog.h
+++ b/include/ui/KeyUploadDialog.h
@@ -31,7 +31,7 @@
class KeyUploadDialog : public QDialog {
Q_OBJECT
public:
- KeyUploadDialog(GpgME::GpgContext *ctx, const QVector<GpgKey> &keys, QWidget *parent = nullptr);
+ KeyUploadDialog(GpgFrontend::GpgContext *ctx, const QVector<GpgKey> &keys, QWidget *parent = nullptr);
public slots:
@@ -45,7 +45,7 @@ private slots:
private:
- GpgME::GpgContext *mCtx;
+ GpgFrontend::GpgContext *mCtx;
const QVector<GpgKey> &mKeys;
QString appPath;
QSettings settings;