// Copyright (C) 2016 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only #include "qquickdesignercustomparserobject_p.h" QT_BEGIN_NAMESPACE QQuickDesignerCustomParserObject::QQuickDesignerCustomParserObject() = default; void QQuickDesignerCustomParser::verifyBindings( const QQmlRefPointer &, const QList &) { /* Nothing to do we accept anything */ } void QQuickDesignerCustomParser::applyBindings( QObject *, const QQmlRefPointer &, const QList &) { /* Nothing to do we accept anything */ } QT_END_NAMESPACE #include "moc_qquickdesignercustomparserobject_p.cpp"