报错: error: 'QHostInfo' file not found

解决办法

#include <QHostInfo>

改为:

#include <QtNetwork/QHostInfo>
最后修改:2023 年 07 月 25 日
您的赞赏是对我最大的支持。