1// Copyright (C) 2023 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef FMT_H
5#define FMT_H
6
7#include <QtCore/qcoreapplication.h>
8
9QT_BEGIN_NAMESPACE
10
11class FMT {
12 Q_DECLARE_TR_FUNCTIONS(Linguist)
13};
14
15QT_END_NAMESPACE
16
17#endif // FMT_H
18

source code of qttools/src/linguist/shared/fmt.h