1// Copyright (C) 2025 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4//
5// W A R N I N G
6// -------------
7//
8// This file is not part of the QtGraphs API. It exists purely as an
9// implementation detail. This header file may change from version to
10// version without notice, or even be removed.
11//
12// We mean it.
13
14#ifndef QGRAPHS3DLOGGING
15#define QGRAPHS3DLOGGING
16
17#include <QtCore/qloggingcategory.h>
18
19QT_BEGIN_NAMESPACE
20
21Q_DECLARE_LOGGING_CATEGORY(lcGraphs3D)
22Q_DECLARE_LOGGING_CATEGORY(lcSeries3D)
23Q_DECLARE_LOGGING_CATEGORY(lcProperties3D)
24Q_DECLARE_LOGGING_CATEGORY(lcEvents3D)
25Q_DECLARE_LOGGING_CATEGORY(lcInput3D)
26Q_DECLARE_LOGGING_CATEGORY(lcCritical3D)
27Q_DECLARE_LOGGING_CATEGORY(lcAxis3D)
28Q_DECLARE_LOGGING_CATEGORY(lcAProperties3D)
29
30QT_END_NAMESPACE
31
32#endif // QGRAPHS3DLOGGING
33
34

source code of qtgraphs/src/graphs3d/utils/qgraphs3dlogging_p.h