correct accidentally commited qDebug

Alright, move on, nothing to see here. *whistle*
This commit is contained in:
Arvid Ephraim Picciani
2010-11-09 18:11:28 +01:00
parent 3366c295e7
commit 00ebf147ce

View File

@@ -73,7 +73,6 @@ LLDBEngineHost::LLDBEngineHost(const DebuggerStartParameters &startParameters)
connect(m_guestp, SIGNAL(finished(int, QProcess::ExitStatus)),
this, SLOT(finished (int, QProcess::ExitStatus)));
qDebug() << Core::ICore::instance()->resourcePath();
QString a(Core::ICore::instance()->resourcePath() + QLatin1String("/qtcreator-lldb"));
m_guestp->start(a,QStringList());