aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/keypair_details/KeyUIDSignDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-06 19:41:06 +0000
committerSaturneric <[email protected]>2021-06-06 19:41:06 +0000
commit7191b3bb0caf9d74648820b094a8af63f618e8a8 (patch)
treea94bac8131da0128b562f0d874bfbdfa271214c8 /include/ui/keypair_details/KeyUIDSignDialog.h
parentAdjust and improve the detailed interface of the verification information res... (diff)
downloadGpgFrontend-7191b3bb0caf9d74648820b094a8af63f618e8a8.tar.gz
GpgFrontend-7191b3bb0caf9d74648820b094a8af63f618e8a8.zip
Add encryption and signature function.
Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]>
Diffstat (limited to '')
-rw-r--r--include/ui/keypair_details/KeyUIDSignDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/keypair_details/KeyUIDSignDialog.h b/include/ui/keypair_details/KeyUIDSignDialog.h
index b4582228..88549e95 100644
--- a/include/ui/keypair_details/KeyUIDSignDialog.h
+++ b/include/ui/keypair_details/KeyUIDSignDialog.h
@@ -35,7 +35,7 @@ class KeyUIDSignDialog : public QDialog {
public:
- explicit KeyUIDSignDialog(GpgME::GpgContext *ctx, const GpgKey &key, const QVector<UID> &uid, QWidget *parent = nullptr);
+ explicit KeyUIDSignDialog(GpgME::GpgContext *ctx, const GpgKey &key, const QVector<GpgUID> &uid, QWidget *parent = nullptr);
private:
@@ -49,7 +49,7 @@ private:
QCheckBox *nonExpireCheck;
- const QVector<UID> mUids;
+ const QVector<GpgUID> mUids;
const GpgKey &mKey;