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

/*!
    \example ipc/localfortuneserver
    \title Local Fortune Server Example
    \ingroup examples-ipc
    \brief Demonstrates using QLocalServer and QLocalSocket for serving a simple local service.

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

    \image localfortuneserver-example.png Screenshot of the Local Fortune Server example
 */