| 1 | // Copyright (C) 2022 The Qt Company Ltd. |
|---|---|
| 2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only |
| 3 | |
| 4 | #ifndef PROPERTYHANDLER_H |
| 5 | #define PROPERTYHANDLER_H |
| 6 | |
| 7 | #include <QQmlPropertyMap> |
| 8 | |
| 9 | // This will be used for binding dynamic properties |
| 10 | // changes between C++ and QML. |
| 11 | extern QQmlPropertyMap g_propertyData; |
| 12 | |
| 13 | #endif // PROPERTYHANDLER_H |
| 14 |
