summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3dscene2d/qt3dquickscene2d_logging_p.h
blob: c4744d51f85fef69b37514bad40f584762bb493b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#ifndef QT3DQUICKSCENE2D_LOGGING_P_H
#define QT3DQUICKSCENE2D_LOGGING_P_H

//
//  W A R N I N G
//  -------------
//
// This file is not part of the Qt API.  It exists purely as an
// implementation detail.  This header file may change from version to
// version without notice, or even be removed.
//
// We mean it.
//

#include <QLoggingCategory>
#include <private/qglobal_p.h>

QT_BEGIN_NAMESPACE

namespace Qt3DRender {
namespace Quick {

Q_DECLARE_LOGGING_CATEGORY(Scene2D)

} // Quick
} // Qt3DRender

QT_END_NAMESPACE

#endif // QT3DQUICKRENDER_LOGGING_P_H