summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothBNEPdata.h
blob: f52a2c5d37f2203dfca3653190be10bcacf78c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef BLUETOOTHBNEP_DATA_H
#define BLUETOOTHBNEP_DATA_H

#include <qstringlist.h>

class BluetoothBNEPData {

public :

        bool        AllowAll;
        QStringList BDAddress;
}; 

#endif