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_BLUETOOTH_SETTING_P_H
8#define NETWORKMANAGERQT_BLUETOOTH_SETTING_P_H
9
10#include <QString>
11
12namespace NetworkManager
13{
14class BluetoothSettingPrivate
15{
16public:
17 BluetoothSettingPrivate();
18
19 QString name;
20 QByteArray bdaddr;
21 NetworkManager::BluetoothSetting::ProfileType profileType;
22};
23
24}
25
26#endif // NETWORKMANAGERQT_BLUETOOTH_SETTING_P_H
27

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