summaryrefslogtreecommitdiffstats
path: root/doc/src/network/qtnetwork.qdoc
blob: 084cebd49760c6cdf5221273f7ade962a52c1245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*!
    \module QtNetwork
    \title QtNetwork Module
    \ingroup modules

    \brief The QtNetwork module provides classes to make network programming
    easier and portable.

    To include the definitions of the module's classes, use the
    following directive:

    \snippet doc/src/snippets/code/doc_src_qtnetwork.cpp 1

    To link against the module, add this line to your \l qmake \c
    .pro file:

    \snippet doc/src/snippets/code/doc_src_qtnetwork.pro 0
*/