From 066dea3930f54879f486737b545f414ab3155e52 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 13 Nov 2023 22:25:09 +0000 Subject: [PATCH] Update generated docs for bc43371d284adcfb2340961358e3d7af03738928 --- main/int/classStatusServicePrivate.html | 2 +- main/int/statusservice_8cpp_source.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/int/classStatusServicePrivate.html b/main/int/classStatusServicePrivate.html index c1f1f2085..8a623b096 100644 --- a/main/int/classStatusServicePrivate.html +++ b/main/int/classStatusServicePrivate.html @@ -945,7 +945,7 @@

641 * switch position, while the other extra byte indicates the device's current charging status.
642 */
643
-
644 if (!checkSize(QLatin1String("Status"), value, 5, 6)) {
+
644 if (!checkSize(QLatin1String("Status"), value, 5, 8)) {
645 return status;
646 }
647
diff --git a/main/int/statusservice_8cpp_source.html b/main/int/statusservice_8cpp_source.html index c1971a1b4..0f51bca56 100644 --- a/main/int/statusservice_8cpp_source.html +++ b/main/int/statusservice_8cpp_source.html @@ -808,7 +808,7 @@
641 * switch position, while the other extra byte indicates the device's current charging status.
642 */
643
-
644 if (!checkSize(QLatin1String("Status"), value, 5, 6)) {
+
644 if (!checkSize(QLatin1String("Status"), value, 5, 8)) {
645 return status;
646 }
647