aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/VerifyDetailsDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/VerifyDetailsDialog.h')
-rw-r--r--src/ui/VerifyDetailsDialog.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/ui/VerifyDetailsDialog.h b/src/ui/VerifyDetailsDialog.h
index 3d201194..3de4a56f 100644
--- a/src/ui/VerifyDetailsDialog.h
+++ b/src/ui/VerifyDetailsDialog.h
@@ -1,7 +1,7 @@
/**
- * This file is part of GPGFrontend.
+ * This file is part of GpgFrontend.
*
- * GPGFrontend is free software: you can redistribute it and/or modify
+ * GpgFrontend is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
@@ -34,10 +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, KeyList* keyList,
+ GpgError error, GpgVerifyResult result);
private slots: