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
qquick3dprofileradapterfactory.cpp
Go to the documentation of this file.
1
// Copyright (C) 2021 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
6
#
include
"qquick3dprofileradapterfactory.h"
7
#
include
"qquick3dprofileradapter.h"
8
#
include
<
private
/
qqmldebugconnector_p
.
h
>
9
#
include
<
private
/
qqmldebugserviceinterfaces_p
.
h
>
10
11
QT_BEGIN_NAMESPACE
12
13
QQmlAbstractProfilerAdapter *QQuick3DProfilerAdapterFactory::create(
const
QString &key)
14
{
15
if
(key != QLatin1String(
"QQuick3DProfilerAdapter"
))
16
return
nullptr
;
17
return
new
QQuick3DProfilerAdapter(
this
);
18
}
19
20
QT_END_NAMESPACE
21
22
#
include
"moc_qquick3dprofileradapterfactory.cpp"
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtquick3d
src
plugins
qmldbg_quick3dprofiler
qquick3dprofileradapterfactory.cpp
Generated on
for Qt by
1.16.1