diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/widgets/KeyList.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h index fd7043f2..31f2b561 100644 --- a/src/ui/widgets/KeyList.h +++ b/src/ui/widgets/KeyList.h @@ -26,8 +26,7 @@ * */ -#ifndef __KEYLIST_H__ -#define __KEYLIST_H__ +#pragma once #include <string> #include <utility> @@ -414,5 +413,3 @@ class KeyList : public QWidget { }; } // namespace GpgFrontend::UI - -#endif // __KEYLIST_H__ |