summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchutils.h
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2010-09-01 18:01:08 +0200
committerRobert Loehning <robert.loehning@nokia.com>2010-09-01 18:02:56 +0200
commit491c8e13340c6b0ef6a086917226757ad69a867e (patch)
tree4c1442275f585b2ae95fd2321ae61c7ce58b8812 /src/plugins/debugger/watchutils.h
parente38897534816f2fdfb003e502dcb1c580f0ba642 (diff)
downloadqt-creator-491c8e13340c6b0ef6a086917226757ad69a867e.tar.gz
debugger: compile fix msvc. done by hjk.
Diffstat (limited to 'src/plugins/debugger/watchutils.h')
-rw-r--r--src/plugins/debugger/watchutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/watchutils.h b/src/plugins/debugger/watchutils.h
index b63e815f73..a9c3bb5318 100644
--- a/src/plugins/debugger/watchutils.h
+++ b/src/plugins/debugger/watchutils.h
@@ -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);