Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qttest.qdoc
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \module QtTest
6 \title Qt Test C++ Classes
7 \ingroup modules
8 \qtcmakepackage Test
9 \qtvariable testlib
10
11 \keyword QtTest
12
13 \brief Provides classes for unit testing Qt applications and libraries.
14
15 The \l{Qt Test} page contains information about how to use the module.
16*/