Fix build on Qt 5.15 Beta 2

Reverts most of 10dae7482c
This commit is contained in:
Cameron Gutman 2020-03-23 18:30:56 -07:00
commit 6c980eba68
6 changed files with 17 additions and 22 deletions

View file

@ -1,5 +1,4 @@
#include "nvcomputer.h"
#include "utils.h"
#include <QUdpSocket>
#include <QHostInfo>
@ -230,7 +229,7 @@ bool NvComputer::wake()
success = true;
}
else {
qWarning() << "Send failed:" << QSOCK_GET_ERROR(&sock);
qWarning() << "Send failed:" << sock.error();
}
}
}