summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/linguist/test_i18n_exclusion/apps/app1/excluded1.cpp
blob: 8e04d3ee1ac26c8ac8202ef9772f140a13305e9c (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 excluded1()
{
    QCoreApplication::translate("app1", "excluded1");
}