1// Copyright (C) 2017 The Qt Company Ltd.
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 "qt3dquickwindowlogging_p.h"
5
6QT_BEGIN_NAMESPACE
7
8namespace Qt3DExtras {
9
10Q_LOGGING_CATEGORY(QuickWindow, "Qt3D.QuickWindow", QtWarningMsg)
11
12} // Qt3DExtras
13
14QT_END_NAMESPACE
15

source code of qt3d/src/quick3d/quick3dextras/qt3dquickwindowlogging.cpp