summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Hartmann <aha_1980@gmx.de>2023-05-12 09:27:14 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-09 18:18:00 +0000
commit1aa62c5b064bbd8bc15308e57619941d77777e07 (patch)
treea7aa3ea0cc9ab05cd73060a951af0828548e0c7c
parent733cb6267eadf3b11dcb847f2a802f4b0bd5cd3b (diff)
PeakCAN: Improve doc for incompatible PCBUSB library versions
We already have this description in older Qt documentations, but even users of these old versions may see the newest docs online and should get the information. Fixes: QTBUG-113538 Change-Id: I3b9a3ce8c22eee98c706025e6df4f1d870845e81 Reviewed-by: Miklós Márton <martonmiklosqdev@gmail.com> Reviewed-by: André Hartmann <aha_1980@gmx.de> Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit fce250b42ac4673901675df9f330ffc3ccf287a4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/serialbus/doc/src/peakcan.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/serialbus/doc/src/peakcan.qdoc b/src/serialbus/doc/src/peakcan.qdoc
index 7aa9561..47efb6c 100644
--- a/src/serialbus/doc/src/peakcan.qdoc
+++ b/src/serialbus/doc/src/peakcan.qdoc
@@ -14,6 +14,10 @@
(libpcanbasic.so). On macOS the plugin requires the PCBUSB library from
\l{http://www.mac-can.com}{UV Software}, version is 0.9 or higher.
+ \note The Qt versions 5.14 to 6.4 are only compatible to PCBUSB library
+ version 0.8.1, but Qt versions 6.5 and higher requires a PCBUSB
+ version 0.9 upwards.
+
\note QCanBusDeviceInfo::alias() is only supported on Windows and with
PCAN-Basic 4.4.0 or higher.