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/dir-in-include-path.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/auto/tools/moc/dir-in-include-path.h') diff --git a/tests/auto/tools/moc/dir-in-include-path.h b/tests/auto/tools/moc/dir-in-include-path.h index 0d46f69d63..34f96bea6b 100644 --- a/tests/auto/tools/moc/dir-in-include-path.h +++ b/tests/auto/tools/moc/dir-in-include-path.h @@ -38,6 +38,9 @@ ** $QT_END_LICENSE$ ** ****************************************************************************/ + +#ifndef DIR_IN_INCLUDE_PATH_H +#define DIR_IN_INCLUDE_PATH_H #include class DirInIncludePath : public QObject, public MyInterface @@ -45,3 +48,4 @@ class DirInIncludePath : public QObject, public MyInterface Q_OBJECT Q_INTERFACES(MyInterface) }; +#endif // DIR_IN_INCLUDE_PATH_H -- cgit v1.2.3