debugger: fix shutdown by pressing "[x]" in the output pane

This commit is contained in:
hjk
2010-07-02 12:20:26 +02:00
parent ddb424a1c3
commit 038d943f9a
5 changed files with 19 additions and 5 deletions

View File

@@ -186,7 +186,7 @@ private:
bool CommandHandler::setData(const QModelIndex &, const QVariant &value, int role)
{
QTC_ASSERT(m_engine, return false);
QTC_ASSERT(m_engine, qDebug() << value << role; return false);
m_engine->handleCommand(role, value);
return true;
}