blob: d227f6a3ed4aa1ec37b84000f9365b3ad9e5823d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// Copyright (C) 2017 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
#include "qt3dquickwindowlogging_p.h"
QT_BEGIN_NAMESPACE
namespace Qt3DExtras {
Q_LOGGING_CATEGORY(QuickWindow, "Qt3D.QuickWindow", QtWarningMsg)
} // Qt3DExtras
QT_END_NAMESPACE
|