summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc/snippets/code/doc_src_qttest.cpp
blob: 06b458826814bc08650f2f6ed447a48b3b3d4b44 (plain)
1
2
3
4
5
6
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [0]
#include <QTest>
//! [0]