Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmljsastvisitor.cpp
Go to the documentation of this file.
1
// Copyright (C) 2016 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
// Qt-Security score:significant
4
5
#
include
"qqmljsastvisitor_p.h"
6
7
QT_BEGIN_NAMESPACE
8
9
namespace
QQmlJS
{
namespace
AST
{
10
11
Visitor
::
Visitor
(
quint16
parentRecursionDepth
) :
BaseVisitor
(
parentRecursionDepth
)
12
{
13
}
14
15
BaseVisitor
::
BaseVisitor
(
quint16
parentRecursionDepth
) :
m_recursionDepth
(
parentRecursionDepth
) {}
16
17
BaseVisitor
::~
BaseVisitor
()
18
{
19
}
20
21
} }
// namespace QQmlJS::AST
22
23
QT_END_NAMESPACE
QPlatformGraphicsBufferHelper
\inmodule QtGui
QQmlJS::AST
Definition
qqmljsast.cpp:18
QQmlJS
Definition
qv4bytecodegenerator_p.h:26
qtdeclarative
src
qml
parser
qqmljsastvisitor.cpp
Generated on
for Qt by
1.14.0