Warning, file /frameworks/networkmanager-qt/src/settings/matchsetting_p.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     SPDX-FileCopyrightText: 2018 Pranav Gade <pranavgade20@gmail.com>
0003 
0004     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0005 */
0006 
0007 #ifndef NETWORKMANAGERQT_MATCH_SETTING_P_H
0008 #define NETWORKMANAGERQT_MATCH_SETTING_P_H
0009 
0010 #include <QString>
0011 
0012 namespace NetworkManager
0013 {
0014 class MatchSettingPrivate
0015 {
0016 public:
0017     MatchSettingPrivate();
0018 
0019     QString name;
0020 
0021     QStringList interfaceName;
0022 };
0023 
0024 }
0025 
0026 #endif // NETWORKMANAGERQT_MATCH_SETTING_P_H