Fixes: immediately rebuild view if custom dumpers are selected in

optiosn
This commit is contained in:
hjk
2009-01-27 15:53:50 +01:00
parent 5e941eec37
commit 75aaeff2c4
7 changed files with 47 additions and 20 deletions

View File

@@ -1760,14 +1760,6 @@ void GdbEngine::setDebugDumpers(bool on)
}
}
//QByteArray GdbEngine::dumperChannel() const
//{
// return m_dumperServer->serverName().toLatin1();
// //QByteArray ba;
// //ba.setNum(m_dumperServer->serverPort());
// //return ba;
//}
//////////////////////////////////////////////////////////////////////
//
@@ -2889,11 +2881,10 @@ static QString sizeofTypeExpression(const QString &type)
return "sizeof(" + gdbQuoteTypes(type) + ")";
}
void GdbEngine::setCustomDumpersWanted(bool on)
void GdbEngine::setUseCustomDumpers(bool on)
{
Q_UNUSED(on);
// FIXME: a bit too harsh, but otherwise the treeview
// sometimes look funny
// FIXME: a bit too harsh, but otherwise the treeview sometimes look funny
//m_expandedINames.clear();
updateLocals();
}