15 lines
427 B
Plaintext
15 lines
427 B
Plaintext
// Copyright (C) 2016 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
|
|
|
/*!
|
|
\example loopback
|
|
\title Loopback Example
|
|
\ingroup examples-network
|
|
\brief Demonstrates the client-server communication on a local host.
|
|
|
|
The example demonstrates how the clients and servers on a local host
|
|
communicate with each other.
|
|
|
|
\image loopback-example.png
|
|
*/
|