debugger: also simplify diplayed type of nested std::containers

This commit is contained in:
hjk
2009-06-23 10:24:25 +02:00
parent 3a851daf2c
commit 69f58777c2
7 changed files with 269 additions and 81 deletions

View File

@@ -225,6 +225,9 @@ private:
QDebug operator<<(QDebug in, const QtDumperHelper::TypeData &d);
// remove the default template argument in std:: containers
QString removeDefaultTemplateArguments(QString type);
} // namespace Internal
} // namespace Debugger