branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 4 | 3b1da2848fc7 |
6:dee5afe5301f | 7:3f74d0d4af4c |
---|---|
45 #include <QDebug> |
45 #include <QDebug> |
46 |
46 |
47 QList<SerialPortId> enumerateSerialPorts() |
47 QList<SerialPortId> enumerateSerialPorts() |
48 { |
48 { |
49 QList<SerialPortId> list; |
49 QList<SerialPortId> list; |
50 qWarning() << "enumerateSerialPorts not implemented" << endl; |
50 qWarning() << "enumerateSerialPorts not implemented"; |
51 return list; |
51 return list; |
52 } |
52 } |
53 |
53 |