debugger: compile fix msvc. done by hjk.

This commit is contained in:
Robert Loehning
2010-09-01 18:01:08 +02:00
parent e388975348
commit 491c8e1334
5 changed files with 32 additions and 28 deletions

View File

@@ -74,7 +74,7 @@ bool isPointerType(const QByteArray &type);
bool isCharPointerType(const QByteArray &type);
bool startsWithDigit(const QString &str);
QByteArray stripPointerType(QByteArray type);
QString gdbQuoteTypes(const QString &type);
QByteArray gdbQuoteTypes(const QByteArray &type);
bool extractTemplate(const QString &type, QString *tmplate, QString *inner);
QString extractTypeFromPTypeOutput(const QString &str);
bool isIntOrFloatType(const QByteArray &type);