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

/*!
    \group io
    \title Input/Output and Networking
    \ingroup groups

    \brief Classes providing file input and output along with directory and
    network handling.

    These \l{Qt Core} classes are used to handle input and output to and from
    external devices, processes, files etc. as well as manipulating files and
    directories.

*/