summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_i18n_exclusion/apps/app1/subdir/excluded2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cmake/linguist/test_i18n_exclusion/apps/app1/subdir/excluded2.cpp')
-rw-r--r--tests/auto/cmake/linguist/test_i18n_exclusion/apps/app1/subdir/excluded2.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/cmake/linguist/test_i18n_exclusion/apps/app1/subdir/excluded2.cpp b/tests/auto/cmake/linguist/test_i18n_exclusion/apps/app1/subdir/excluded2.cpp
new file mode 100644
index 000000000..3cae0ba5f
--- /dev/null
+++ b/tests/auto/cmake/linguist/test_i18n_exclusion/apps/app1/subdir/excluded2.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 excluded2()
+{
+ QCoreApplication::translate("app1", "excluded2");
+}