00001 #ifndef BLUETOOTHBNEP_DATA_H 00002 #define BLUETOOTHBNEP_DATA_H 00003 00004 #include <qstringlist.h> 00005 00006 class BluetoothBNEPData { 00007 00008 public : 00009 00010 bool AllowAll; 00011 QStringList BDAddress; 00012 }; 00013 00014 #endif
1.4.2