summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2024-01-27 08:52:19 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-01-31 09:03:30 +0000
commit329608afa631a73f5c98814f7572db87a3f5f46a (patch)
treeced9611b1d88dd4c6ed4331b9f88421476821f55
parent017a87a2d813017a6d26fd878ba65fdbce4323b3 (diff)
QDoc: Fix typo in SPDX license in test data
For some reason, there was no newline before the pragma once directive. Fixes: QTBUG-121563 Change-Id: I6346e79a470fe85e3f8488d5453b9066ae5302e4 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 97e2d00e817e7382906176c793185c2995972d92) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.cpp3
-rw-r--r--src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.cpp b/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.cpp
index bc6531de5..243da4635 100644
--- a/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.cpp
+++ b/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.cpp
@@ -1,5 +1,6 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only#pragma once
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+#pragma once
#include "templated_callables.h"
diff --git a/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.h b/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.h
index 7a83e444d..9de249b30 100644
--- a/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.h
+++ b/src/qdoc/qdoc/tests/generatedoutput/testdata/templatedcallables/templated_callables.h
@@ -1,5 +1,6 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only#pragma once
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+#pragma once
#include <array>