diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/details/VerifyDetailsDialog.h (renamed from src/ui/VerifyDetailsDialog.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/VerifyDetailsDialog.h b/src/ui/details/VerifyDetailsDialog.h index 3de4a56f..5de648f6 100644 --- a/src/ui/VerifyDetailsDialog.h +++ b/src/ui/details/VerifyDetailsDialog.h @@ -34,8 +34,8 @@ namespace GpgFrontend::UI { class VerifyDetailsDialog : public QDialog { Q_OBJECT public: - explicit VerifyDetailsDialog(QWidget* parent, KeyList* keyList, - GpgError error, GpgVerifyResult result); + explicit VerifyDetailsDialog(QWidget* parent, GpgError error, + GpgVerifyResult result); private slots: |