aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/qml2puppet/instances/qt5nodeinstanceclientproxy.h
blob: ac5d8883115b26173a9a6d1a24b8a1c7382d5b9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0 WITH Qt-GPL-exception-1.0

#pragma once

#include "nodeinstanceclientproxy.h"

namespace QmlDesigner {

class Qt5NodeInstanceClientProxy : public NodeInstanceClientProxy
{
    Q_OBJECT
public:
    explicit Qt5NodeInstanceClientProxy(QObject *parent = nullptr);
};

} // namespace QmlDesigner