aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui/keypair_details/KeySignDialog.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/ui/keypair_details/KeySignDialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ui/keypair_details/KeySignDialog.h b/include/ui/keypair_details/KeySignDialog.h
index 075459de..21c8470b 100644
--- a/include/ui/keypair_details/KeySignDialog.h
+++ b/include/ui/keypair_details/KeySignDialog.h
@@ -29,14 +29,14 @@ private:
QCheckBox *nonExpireCheck;
- const QVector<UID> &mUids;
+ const QVector<UID> mUids;
const GpgKey &mKey;
private slots:
- void slotSignKey();
+ void slotSignKey(bool clicked);
};