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
8#include <private/qqmldebugconnector_p.h>
9#include <private/qqmldebugserviceinterfaces_p.h>
10
12
13QQmlAbstractProfilerAdapter *QQuick3DProfilerAdapterFactory::create(const QString &key)
14{
15 if (key != QLatin1String("QQuick3DProfilerAdapter"))
16 return nullptr;
17 return new QQuick3DProfilerAdapter(this);
18}
19
20QT_END_NAMESPACE
21
22#include "moc_qquick3dprofileradapterfactory.cpp"
Combined button and popup list for selecting options.