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