parent
e9f766904e
commit
6c980eba68
6 changed files with 17 additions and 22 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue