Build again with S60 defined on Windows.

This commit is contained in:
Daniel Molkentin
2009-09-14 16:26:59 +02:00
parent cb5ebe1cfd
commit 78724a83ab
3 changed files with 17 additions and 12 deletions

View File

@@ -86,7 +86,6 @@ TrkGdbAdapter::TrkGdbAdapter()
uid_t userId = getuid();
#endif
m_gdbServerName = QString("127.0.0.1:%1").arg(2222 + userId);
connect(&m_gdbProc, SIGNAL(readyReadStandardError()),
this, SIGNAL(readyReadStandardError()));
connect(&m_gdbProc, SIGNAL(readyReadStandardOutput()),