aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.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 /gpgcontext.h
parentencrypt to self (diff)
downloadgpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.tar.gz
gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.zip
refactored slots and signals
Diffstat (limited to 'gpgcontext.h')
-rw-r--r--gpgcontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpgcontext.h b/gpgcontext.h
index 5d739a0..76f753e 100644
--- a/gpgcontext.h
+++ b/gpgcontext.h
@@ -148,10 +148,10 @@ public:
QString beautifyFingerprint(QString fingerprint);
signals:
- void keyDBChanged();
+ void signalKeyDBChanged();
private slots:
- void refreshKeyList();
+ void slotRefreshKeyList();
private:
gpgme_ctx_t mCtx;