1// Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB).
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "scene3dlogging_p.h"
5
6QT_BEGIN_NAMESPACE
7
8namespace Qt3DRender {
9
10Q_LOGGING_CATEGORY(Scene3D, "Qt3D.Scene3D", QtWarningMsg)
11
12} // Qt3DRender
13
14QT_END_NAMESPACE
15

Provided by KDAB

Privacy Policy
Start learning QML with our Intro Training
Find out more

source code of qt3d/src/quick3d/quick3dscene3d/scene3dlogging.cpp