aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/doc/snippets/src_qmltest_qquicktest_snippet.cpp
blob: 2137a8b2aabb230c6d9c7b6eeddb90d795a1ece0 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [1]
//! [0]
#include <QtQuickTest>
//! [0]
QUICK_TEST_MAIN(example)
//! [1]