Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6.3
-
None
-
-
448385a53 (dev), a067545fe (6.8), 1e3425e4c (6.7), 49d15bab3 (tqtc/lts-6.5)
Description
The following two functions need to be removed from QSerialPortPrivate as they are defined in QSerialPortInfoPrivate instead. This is causing a linking error when trying to use one of these functions by linking Qt6::SerialPortPrivate
static QString portNameToSystemLocation(const QString &port);
static QString portNameFromSystemLocation(const QString &location);