mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 14:11:33 +00:00
Remove use of deprecated QByteArray::count()
This commit is contained in:
@@ -220,7 +220,7 @@ bool NvComputer::wake() const
|
|||||||
for (int i = 0; i < 16; i++) {
|
for (int i = 0; i < 16; i++) {
|
||||||
wolPayload.append(macAddress);
|
wolPayload.append(macAddress);
|
||||||
}
|
}
|
||||||
Q_ASSERT(wolPayload.count() == 102);
|
Q_ASSERT(wolPayload.size() == 102);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ports used as-is
|
// Ports used as-is
|
||||||
|
|||||||
Reference in New Issue
Block a user