branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 4 | 3b1da2848fc7 |
--- a/tools/runonphone/serenum_stub.cpp Mon Mar 15 12:43:09 2010 +0200 +++ b/tools/runonphone/serenum_stub.cpp Thu Apr 08 14:19:33 2010 +0300 @@ -47,7 +47,7 @@ QList<SerialPortId> enumerateSerialPorts() { QList<SerialPortId> list; - qWarning() << "enumerateSerialPorts not implemented" << endl; + qWarning() << "enumerateSerialPorts not implemented"; return list; }