aboutsummaryrefslogtreecommitdiffstats
path: root/verifykeydetailbox.h
diff options
context:
space:
mode:
authornils <[email protected]>2016-02-07 13:04:17 +0000
committernils <[email protected]>2016-02-07 13:04:17 +0000
commitf94e3f2b3cd982f825d5e485834ea9389060adaa (patch)
treef99d95c9164aef16e05164aa1ac7fb10bcbc1f5e /verifykeydetailbox.h
parentencrypt to self (diff)
downloadgpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.tar.gz
gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.zip
refactored slots and signals
Diffstat (limited to 'verifykeydetailbox.h')
-rw-r--r--verifykeydetailbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/verifykeydetailbox.h b/verifykeydetailbox.h
index 1c31ae0..29d198e 100644
--- a/verifykeydetailbox.h
+++ b/verifykeydetailbox.h
@@ -34,7 +34,7 @@ public:
explicit VerifyKeyDetailBox(QWidget *parent, GpgME::GpgContext* ctx, KeyList* mKeyList, gpgme_signature_t signature);
private slots:
- void importFormKeyserver();
+ void slotImportFormKeyserver();
private:
GpgME::GpgContext* mCtx;