mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-09 17:26:20 +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++) {
|
||||
wolPayload.append(macAddress);
|
||||
}
|
||||
Q_ASSERT(wolPayload.count() == 102);
|
||||
Q_ASSERT(wolPayload.size() == 102);
|
||||
}
|
||||
|
||||
// Ports used as-is
|
||||
|
||||
Reference in New Issue
Block a user