summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_i18n_exclusion/apps/shared/excluded3.cpp
blob: e3d0784cb29a16cd452df6debd4a5ec1acbad8eb (plain)
1
2
3
4
5
6
7
8
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");
}