00001 #ifndef LANCARD_DATA_H 00002 #define LANCARD_DATA_H 00003 00004 #include <qstringlist.h> 00005 #include <qstring.h> 00006 00007 class LanCardData { 00008 public : 00009 bool AnyLanCard; 00010 QStringList HWAddresses; 00011 00012 } ; 00013 00014 #endif
1.4.2