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
qquickeventreplayservicefactory.cpp
Go to the documentation of this file.
1
// Copyright (C) 2025 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
"qquickeventreplayservice.h"
6
#
include
"qquickeventreplayservicefactory.h"
7
8
QT_BEGIN_NAMESPACE
9
10
QQmlDebugService *QQuickEventReplayServiceFactory::create(
const
QString &key)
11
{
12
if
(key == QQuickEventReplayServiceImpl::s_key)
13
return
new
QQuickEventReplayServiceImpl(
this
);
14
return
nullptr
;
15
}
16
17
QT_END_NAMESPACE
18
19
#
include
"moc_qquickeventreplayservicefactory.cpp"
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtdeclarative
src
plugins
qmltooling
qmldbg_quickeventreplay
qquickeventreplayservicefactory.cpp
Generated on
for Qt by
1.14.0