aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-01 18:07:42 +0000
committerSaturneric <[email protected]>2021-07-01 18:07:42 +0000
commitbf033884a652f32c207046b0f3dcdcc0d225150c (patch)
tree8c89d964c51cebc7333e6cbe829dc343425958ca /include/ui
parentMerge branch 'develop-ci' (diff)
downloadGpgFrontend-bf033884a652f32c207046b0f3dcdcc0d225150c.tar.gz
GpgFrontend-bf033884a652f32c207046b0f3dcdcc0d225150c.zip
Export Secret Key Fixed.
Start Wizard Modified. Another Bugs Fixed.
Diffstat (limited to 'include/ui')
-rw-r--r--include/ui/KeyUploadDialog.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ui/KeyUploadDialog.h b/include/ui/KeyUploadDialog.h
index 013c0b72..b41ced6b 100644
--- a/include/ui/KeyUploadDialog.h
+++ b/include/ui/KeyUploadDialog.h
@@ -33,6 +33,10 @@ Q_OBJECT
public:
KeyUploadDialog(GpgME::GpgContext *ctx, const QVector<GpgKey> &keys, QWidget *parent = nullptr);
+public slots:
+
+ void slotUpload();
+
private slots:
void uploadKeyToServer(QByteArray &keys);
@@ -41,6 +45,8 @@ private slots:
private:
+ GpgME::GpgContext *mCtx;
+ const QVector<GpgKey> &mKeys;
QString appPath;
QSettings settings;
QByteArray mKeyData;