mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-08 16:56:03 +00:00
Fix build with Qt 5.15
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "nvcomputer.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include <QUdpSocket>
|
||||
#include <QHostInfo>
|
||||
@@ -229,7 +230,7 @@ bool NvComputer::wake()
|
||||
success = true;
|
||||
}
|
||||
else {
|
||||
qWarning() << "Send failed:" << sock.error();
|
||||
qWarning() << "Send failed:" << QSOCK_GET_ERROR(&sock);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user