aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/binding/testtypes.cpp
blob: 01d07eb1451cfaae92049c00317ee40661c319c3 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include "testtypes.h"

void registerTypes()
{
    qmlRegisterType<MyQmlObject>("Test", 1, 0, "MyQmlObject");
}