1/*
2 SPDX-FileCopyrightText: 2012-2013 Jan Grulich <jgrulich@redhat.com>
3
4 SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5*/
6
7#ifndef NETWORKMANAGERQT_BOND_SETTING_P_H
8#define NETWORKMANAGERQT_BOND_SETTING_P_H
9
10#include <QString>
11
12namespace NetworkManager
13{
14class BondSettingPrivate
15{
16public:
17 BondSettingPrivate();
18
19 QString name;
20 QString interfaceName;
21 NMStringMap options;
22};
23
24}
25
26#endif // NETWORKMANAGERQT_BOND_SETTING_P_H
27

source code of networkmanager-qt/src/settings/bondsetting_p.h