mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-04 00:36:36 +00:00
Remove use of deprecated QByteArray::count()
This commit is contained in:
parent
24ee6f96e1
commit
47b04eee3e
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user