aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/javascript/testtypes.cpp
blob: ab7b7f6a9f88a15fd38ba07c128e8d44469e8a8e (plain)
1
2
3
4
5
6
7
8
9
10
// 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"
#include <QtQml/qqml.h>

void registerTypes()
{
    qmlRegisterType<TestObject>("Qt.test", 1,0, "TestObject");
}