diff -r 5dc02b23752f -r 3e2da88830cd tools/runonphone/serenum_win.cpp --- a/tools/runonphone/serenum_win.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/tools/runonphone/serenum_win.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -53,7 +53,7 @@ //{4d36e978-e325-11ce-bfc1-08002be10318} //DEFINE_GUID(GUID_DEVCLASS_PORTS, 0x4D36E978, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18 ); -QList enumerateSerialPorts() +QList enumerateSerialPorts(int) { DWORD index=0; SP_DEVINFO_DATA info;