aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/qqmlcomponent/testtypes.cpp
blob: c63c554df016888104f8dfd9f43f95722ee50737 (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
#include "testtypes.h"

void registerTypes()
{
    qmlRegisterType<MyQmlObject>("Qt.test", 4, 6, "MyQmlObject");
}