Fix Wizard page not offering the right project to add to.

Symptom of file name slashification breakage.

Reviewed-by: dt
Task-number: QTCREATORBUG-2535
This commit is contained in:
Friedemann Kleint
2010-09-30 16:50:59 +02:00
parent 5e59605c1e
commit 111c18e353
5 changed files with 18 additions and 16 deletions

View File

@@ -78,7 +78,7 @@ void AttachGdbAdapter::runEngine()
{
QTC_ASSERT(state() == EngineRunRequested, qDebug() << state());
m_engine->notifyEngineRunAndInferiorStopOk();
m_engine->continueInferiorInternal();
//m_engine->continueInferiorInternal();
m_engine->showStatusMessage(tr("Attached to process %1.")
.arg(m_engine->inferiorPid()));
}