aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/javascript/testtypes.cpp
blob: 64d8b1ec627edf183644a77ed2b1842f12de0a13 (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

#include "testtypes.h"
#include <QtQml/qqml.h>

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