#ifndef LANCARD_DATA_H #define LANCARD_DATA_H #include #include class LanCardData { public : bool AnyLanCard; QStringList HWAddresses; } ; #endif