debugger: move not-so-generic stuff to gdb/classicgdbengine.cpp

This commit is contained in:
hjk
2011-04-08 15:24:23 +02:00
parent 77fc753903
commit e7441dab12
5 changed files with 753 additions and 779 deletions

View File

@@ -3603,7 +3603,7 @@ bool GdbEngine::hasDebuggingHelperForType(const QByteArray &type) const
return false;
// Simple types.
return m_dumperHelper.type(type) != QtDumperHelper::UnknownType;
return m_dumperHelper.type(type) != DumperHelper::UnknownType;
}