summaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc/doc/src/localfortuneclient.qdoc
blob: a2bdb69b8b0f16c73013e8d8e38c3bf8d2f6e347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example ipc/localfortuneclient
    \examplecategory {Connectivity}
    \title Local Fortune Client
    \ingroup examples-ipc
    \brief Demonstrates using QLocalSocket for a simple local service client.

    The Local Fortune Client example shows how to create a client for a simple
    local service using QLocalSocket. It is intended to be run alongside the
    \l{Local Fortune Server} example.

    \image localfortuneclient-example.png Screenshot of the Local Fortune Client
    example

*/