diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-03-16 15:42:59 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-03-19 08:44:28 (GMT) |
commit | d758a688f037d8d369e4150dda322736ce6b5346 (patch) | |
tree | 88b3f2aca7cb8940cde377c707166a0e50f71786 /tools/runonphone/serenum_unix.cpp | |
parent | a38bf46289d6dd5da6d252d23d4c99711243eeb0 (diff) | |
download | Qt-d758a688f037d8d369e4150dda322736ce6b5346.zip Qt-d758a688f037d8d369e4150dda322736ce6b5346.tar.gz Qt-d758a688f037d8d369e4150dda322736ce6b5346.tar.bz2 |
Whitespace
Diffstat (limited to 'tools/runonphone/serenum_unix.cpp')
-rw-r--r-- | tools/runonphone/serenum_unix.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/runonphone/serenum_unix.cpp b/tools/runonphone/serenum_unix.cpp index ca6c437..c8ec021 100644 --- a/tools/runonphone/serenum_unix.cpp +++ b/tools/runonphone/serenum_unix.cpp @@ -51,7 +51,7 @@ QList<SerialPortId> enumerateSerialPorts() QList<SerialPortId> list; QDir dir("/dev/serial/by-id/"); QFileInfoList ports(dir.entryInfoList()); - foreach(QFileInfo info, ports) { + foreach (const QFileInfo &info, ports) { if (!info.isDir()) { SerialPortId id; id.friendlyName = info.fileName(); |