aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/effectcomposer/propertyhandler.h
blob: 5d685a1f948bd66afee217e3d23429768b8dd644 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

#pragma once

#include <QtCore/qglobal.h>

QT_BEGIN_NAMESPACE
class QQmlPropertyMap;
QT_END_NAMESPACE

namespace EffectComposer {

// This will be used for binding dynamic properties
// changes between C++ and QML.
QQmlPropertyMap *g_propertyData();
}