forked from qt-creator/qt-creator
To make outliers better visible in Linguist Change-Id: Ic35ea2a858b7e3576d9a416fb494fddb616eaaa1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
16 lines
267 B
C++
16 lines
267 B
C++
// Copyright (C) 2022 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
|
|
|
#pragma once
|
|
|
|
#include <QCoreApplication>
|
|
|
|
namespace Nim {
|
|
|
|
struct Tr
|
|
{
|
|
Q_DECLARE_TR_FUNCTIONS(::Nim)
|
|
};
|
|
|
|
} // namespace Nim
|