summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/template-gtgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/template-gtgt.h')
-rw-r--r--tests/auto/tools/moc/template-gtgt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/template-gtgt.h b/tests/auto/tools/moc/template-gtgt.h
index 2c2f56c34d..b5d83b5796 100644
--- a/tests/auto/tools/moc/template-gtgt.h
+++ b/tests/auto/tools/moc/template-gtgt.h
@@ -38,6 +38,9 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
+#ifndef TEMPLATE_GTGT_H
+#define TEMPLATE_GTGT_H
template<class TYPE, size_t COUNT>
class myTemplate :
QString,
@@ -58,3 +61,4 @@ public:
{
}
};
+#endif // TEMPLATE_GTGT_H