forked from qt-creator/qt-creator
Build again with S60 defined on Windows.
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user