summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3dscene3d/scene3dlogging.cpp
blob: 781b208e9869e5c985bbdb1ac0c3bf0d17b76bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB).
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#include "scene3dlogging_p.h"

QT_BEGIN_NAMESPACE

namespace Qt3DRender {

Q_LOGGING_CATEGORY(Scene3D, "Qt3D.Scene3D", QtWarningMsg)

} // Qt3DRender

QT_END_NAMESPACE