1// Copyright (C) 2019 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 "nopicking_p.h"
5
6QT_BEGIN_NAMESPACE
7
8
9namespace Qt3DRender {
10namespace Render {
11
12using namespace Qt3DCore;
13
14NoPicking::NoPicking()
15 : FrameGraphNode(FrameGraphNode::NoPicking)
16{
17}
18
19NoPicking::~NoPicking()
20{
21}
22
23} // Render
24} // Qt3DRender
25
26QT_END_NAMESPACE
27

Provided by KDAB

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

source code of qt3d/src/render/framegraph/nopicking.cpp