1/*
2 SPDX-FileCopyrightText: 2015 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_GENERIC_SETTING_P_H
8#define NETWORKMANAGERQT_GENERIC_SETTING_P_H
9
10#include <QString>
11
12namespace NetworkManager
13{
14class GenericSettingPrivate
15{
16public:
17 GenericSettingPrivate();
18
19 QString name;
20};
21
22}
23
24#endif // NETWORKMANAGERQT_GENERIC_SETTING_P_H
25

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