aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/KeyUploadDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-04 19:17:53 +0000
committerSaturneric <[email protected]>2021-07-04 19:17:53 +0000
commitfe2f448d517bb0f7d37c22fe99b2bd13ef1a61c3 (patch)
tree952ad3bc8cb5f76c0d1e02792a62a3825ef6fdf0 /include/ui/KeyUploadDialog.h
parentAdjust and improve the basic settings page (diff)
parentUpdate Github Action Files. (diff)
downloadGpgFrontend-fe2f448d517bb0f7d37c22fe99b2bd13ef1a61c3.tar.gz
GpgFrontend-fe2f448d517bb0f7d37c22fe99b2bd13ef1a61c3.zip
Merge branch 'main' into develop
Diffstat (limited to 'include/ui/KeyUploadDialog.h')
-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;