class RemoteHostData { public: RemoteHostData() {} int socket; QValueList<BoardData> bds; }; /* Internal class : store connection data (used by config. wizard). */