NetworkManagerQt

qmltypes.h
1/*
2 SPDX-FileCopyrightText: 2023 Nicolas Fella <nicolas.fella@gmx.de>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6
7#pragma once
8
9#include <manager.h>
10
11#include <qqmlregistration.h>
12
13namespace NMForeign
14{
15Q_NAMESPACE
16QML_NAMED_ELEMENT(NetworkManager)
17QML_FOREIGN_NAMESPACE(NetworkManager)
18};
This class allows querying the underlying system to discover the available network interfaces and rea...
Definition accesspoint.h:21
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:07:05 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.