handle Qt 4.4 and Qt 4.5's QMap in dumpers

This commit is contained in:
hjk
2009-01-07 15:03:49 +01:00
parent cb78617ed9
commit b4c1552ec2
3 changed files with 47 additions and 9 deletions

View File

@@ -333,6 +333,7 @@ private:
QStringList m_availableSimpleDumpers;
QString m_namespace; // namespace used in "namespaced Qt";
int m_qtVersion; // Qt version used in the debugged program
DataDumperState m_dataDumperState; // state of qt creator dumpers
QList<GdbMi> m_currentFunctionArgs;