diff options
Diffstat (limited to 'verifydetailsdialog.h')
-rw-r--r-- | verifydetailsdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifydetailsdialog.h b/verifydetailsdialog.h index 3bc0b40..814def2 100644 --- a/verifydetailsdialog.h +++ b/verifydetailsdialog.h @@ -33,7 +33,7 @@ public: explicit VerifyDetailsDialog(QWidget *parent, GpgME::GpgContext* ctx, KeyList* mKeyList, const QString &inputData, QByteArray* inputSignature = 0); private slots: - void refresh(); + void slotRefresh(); void slotVerifyDone(int result); private: |