mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-23 16:15:02 +00:00
Remove use of deprecated QByteArray::count()
This commit is contained in:
parent
24ee6f96e1
commit
47b04eee3e
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ bool NvComputer::wake() const
|
|||
for (int i = 0; i < 16; i++) {
|
||||
wolPayload.append(macAddress);
|
||||
}
|
||||
Q_ASSERT(wolPayload.count() == 102);
|
||||
Q_ASSERT(wolPayload.size() == 102);
|
||||
}
|
||||
|
||||
// Ports used as-is
|
||||
|
|
Loading…
Reference in a new issue