summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_i18n_exclusion/apps/shared/excluded3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/linguist/test_i18n_exclusion/apps/shared/excluded3.cpp')
-rw-r--r--tests/auto/cmake/linguist/test_i18n_exclusion/apps/shared/excluded3.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/cmake/linguist/test_i18n_exclusion/apps/shared/excluded3.cpp b/tests/auto/cmake/linguist/test_i18n_exclusion/apps/shared/excluded3.cpp
new file mode 100644
index 000000000..e3d0784cb
--- /dev/null
+++ b/tests/auto/cmake/linguist/test_i18n_exclusion/apps/shared/excluded3.cpp
@@ -0,0 +1,9 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+
+#include <QCoreApplication>
+
+void excluded3()
+{
+ QCoreApplication::translate("shared", "excluded3");
+}