diff options
Diffstat (limited to 'src/shared/designerintegrationv2/widgethostconstants.h')
-rw-r--r-- | src/shared/designerintegrationv2/widgethostconstants.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/shared/designerintegrationv2/widgethostconstants.h b/src/shared/designerintegrationv2/widgethostconstants.h index f05b0c3598..76bbb3950b 100644 --- a/src/shared/designerintegrationv2/widgethostconstants.h +++ b/src/shared/designerintegrationv2/widgethostconstants.h @@ -23,8 +23,7 @@ ** ****************************************************************************/ -#ifndef WIDGETHOST_CONSTANTS_H -#define WIDGETHOST_CONSTANTS_H +#pragma once namespace SharedTools { namespace Internal { @@ -32,6 +31,3 @@ namespace SharedTools { enum SelectionHandleState { SelectionHandleOff, SelectionHandleInactive, SelectionHandleActive }; } } - -#endif // WIDGETHOST_CONSTANTS_H - |