#include <QtNetwork/qhostaddress.h> #ifndef QHOSTADDRESS_H class QIPv6Address{ /* Some contents are skipped to improve readability */ public: quint8 c[16]; /* ... */ }; #endif // QHOSTADDRESS_H