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/task192552.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/auto/tools/moc/task192552.h') diff --git a/tests/auto/tools/moc/task192552.h b/tests/auto/tools/moc/task192552.h index 23665bbb07..b221984d7d 100644 --- a/tests/auto/tools/moc/task192552.h +++ b/tests/auto/tools/moc/task192552.h @@ -38,6 +38,9 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ + +#ifndef TASK192552_H +#define TASK192552_H /* <:: is not valid C++, but we want moc to treat it as < :: since this is usually the intention @@ -53,3 +56,4 @@ public: QList<::QObject*> m_objects; #endif }; +#endif // TASK192552_H -- cgit v1.2.3