summaryrefslogtreecommitdiffstats
path: root/src/network/doc/snippets/code/src_network_kernel_qnetworkinterface.cpp
blob: 4f3839532d5c0d1fe2a3402826b110d008b373d0 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2018 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

//! [0]
    QNetworkInterface::interfaceFromName(name).index()
//! [0]

//! [1]
    QNetworkInterface::interfaceFromIndex(index).name()
//! [1]