diff options
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyNewUIDDialog.h')
-rw-r--r-- | src/ui/dialog/keypair_details/KeyNewUIDDialog.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/dialog/keypair_details/KeyNewUIDDialog.h b/src/ui/dialog/keypair_details/KeyNewUIDDialog.h index d03a21ea..6a8c8bca 100644 --- a/src/ui/dialog/keypair_details/KeyNewUIDDialog.h +++ b/src/ui/dialog/keypair_details/KeyNewUIDDialog.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_KEYNEWUIDDIALOG_H -#define GPGFRONTEND_KEYNEWUIDDIALOG_H +#pragma once #include "core/GpgContext.h" #include "ui/GpgFrontendUI.h" @@ -86,5 +85,3 @@ class KeyNewUIDDialog : public GeneralDialog { bool check_email_address(const QString& str); }; } // namespace GpgFrontend::UI - -#endif // GPGFRONTEND_KEYNEWUIDDIALOG_H |