aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-05-31 07:38:04 +0200
committerChristian Stenger <christian.stenger@qt.io>2018-06-19 07:40:09 +0000
commitad8e67cea39311a895ece59d8d56f5f065200e26 (patch)
treeb0876e5d89102b6a9b527f96408a98420c889a36 /share
parent73d9c2fff356012e02d83b8b1a8724b3b29f1389 (diff)
AutoTest: Code cosmetics
Change-Id: I49a73b83b1b6857c34913db8f7c6818cf7a1a129 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/templates/wizards/autotest/files/tst_src.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/templates/wizards/autotest/files/tst_src.h b/share/qtcreator/templates/wizards/autotest/files/tst_src.h
index 9731d06cf5..8fafc6c653 100644
--- a/share/qtcreator/templates/wizards/autotest/files/tst_src.h
+++ b/share/qtcreator/templates/wizards/autotest/files/tst_src.h
@@ -1,4 +1,6 @@
%{Cpp:LicenseTemplate}\
+#pragma once
+
#include <gtest/gtest.h>
#include <gmock/gmock-matchers.h>