forked from qt-creator/qt-creator
Change-Id: If2dd9ac8dfd54bb2305a8149acce401f854fa2dc Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
16 lines
275 B
C++
16 lines
275 B
C++
// Copyright (C) 2022 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
|
|
|
#pragma once
|
|
|
|
#include <QCoreApplication>
|
|
|
|
namespace Timeline {
|
|
|
|
struct Tr
|
|
{
|
|
Q_DECLARE_TR_FUNCTIONS(Tracing)
|
|
};
|
|
|
|
} // Tracing
|