summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/designercore/include/propertynode.h
blob: 2489bac3c03dee2a792a9cf34cd92c0285912452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include "qmldesignercorelib_global.h"

namespace QmlDesigner {

class QMLDESIGNERCORE_EXPORT PropertyNode // : public BaseModelNode
{
public:
    PropertyNode();

//    static int variantUserType() { return qMetaTypeId<InternalNode::Pointer>(); }
//    static QVariant toVariant(const InternalNode::Pointer &internalNodePointer) { return QVariant::fromValue(internalNodePointer); }
};

} // namespace QmlDesigner