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
qquickattachedpropertypropagator_p.h
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
4#ifndef QQUICKATTACHEDPROPERTYPROPAGATOR_P_H
5#define QQUICKATTACHEDPROPERTYPROPAGATOR_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <QtCore/qobject.h>
19#include <QtCore/qloggingcategory.h>
20#include <QtQuick/qtquickexports.h>
21
23
25
26// This type is a copy of the type of the same name from Controls.
27// It exists here because QQuickContextMenu needs to derive from it,
28// but that type is in Templates, which can't depend on Controls.
29
30// This allows us to use the same name as the type in Controls.
31namespace QtPrivate {
32
33class QQuickAttachedPropertyPropagatorPrivate;
34
68
69} // namespace QtPrivate
70
71QT_END_NAMESPACE
72
73#endif // QQUICKATTACHEDPROPERTYPROPAGATOR_P_H
QDebug operator<<(QDebug debug, const QQuickAttachedPropertyPropagator *propagator)
QT_BEGIN_NAMESPACE QT_DECLARE_EXPORTED_QT_LOGGING_CATEGORY(lcAotCompiler, Q_QMLCOMPILER_EXPORT)