From 71d265f5921fed35f51b5f169870c4ef51dde8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Fri, 17 Jan 2014 13:49:41 +0100 Subject: Add missing header guards Change-Id: I515313289c0a4af0f675131760ad4ccd0c6e6149 Reviewed-by: Olivier Goffart --- tests/auto/tools/moc/qtbug-35657-gadget.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/auto/tools/moc/qtbug-35657-gadget.h') diff --git a/tests/auto/tools/moc/qtbug-35657-gadget.h b/tests/auto/tools/moc/qtbug-35657-gadget.h index 1f25ce1b1d..c030405c67 100644 --- a/tests/auto/tools/moc/qtbug-35657-gadget.h +++ b/tests/auto/tools/moc/qtbug-35657-gadget.h @@ -39,6 +39,9 @@ ** ****************************************************************************/ +#ifndef QTBUG_35657_GADGET_H +#define QTBUG_35657_GADGET_H + #include namespace QTBUG_35657 { @@ -49,3 +52,5 @@ namespace QTBUG_35657 { enum SomeEnum { SomeEnumValue = 0 }; }; } + +#endif // QTBUG_35657_GADGET_H -- cgit v1.2.3