mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-02 23:35:28 +08:00
16 lines
436 B
Plaintext
16 lines
436 B
Plaintext
// Copyright (C) 2016 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
|
|
|
/*!
|
|
\example torrent
|
|
\title Torrent Example
|
|
\examplecategory {Networking}
|
|
\ingroup examples-network
|
|
\brief Demonstrates complex TCP/IP operations.
|
|
|
|
This example demonstrates some of the complex TCP/IP operations
|
|
supported by the Qt Network APIs.
|
|
|
|
\image torrent-example.png
|
|
*/
|