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
qqmlcpponassignment.cpp
Go to the documentation of this file.
1
// Copyright (C) 2021 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
"qqmlcpponassignment_p.h"
6
7
QT_BEGIN_NAMESPACE
8
9
void
QQmlCppOnAssignmentHelper::set(QQmlPropertyValueInterceptor *interceptor,
10
const
QQmlProperty &property)
11
{
12
interceptor->setTarget(property);
13
}
14
15
void
QQmlCppOnAssignmentHelper::set(QQmlPropertyValueSource *valueSource,
16
const
QQmlProperty &property)
17
{
18
valueSource->setTarget(property);
19
}
20
21
QT_END_NAMESPACE
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtdeclarative
src
qml
qmltc
supportlibrary
qqmlcpponassignment.cpp
Generated on
for Qt by
1.16.1