Remove use of deprecated QByteArray::count()

This commit is contained in:
Cameron Gutman 2023-09-12 18:07:44 -05:00
parent 24ee6f96e1
commit 47b04eee3e

View file

@ -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