diff options
Diffstat (limited to 'src/ui/KeyServerImportDialog.h')
-rw-r--r-- | src/ui/KeyServerImportDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyServerImportDialog.h b/src/ui/KeyServerImportDialog.h index 67571f2f..508fb42d 100644 --- a/src/ui/KeyServerImportDialog.h +++ b/src/ui/KeyServerImportDialog.h @@ -38,7 +38,7 @@ class KeyServerImportDialog : public QDialog { public: KeyServerImportDialog(bool automatic, QWidget* parent); - KeyServerImportDialog(QWidget* parent); + explicit KeyServerImportDialog(QWidget* parent); void slotImport(const KeyIdArgsListPtr& keys); |