summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchutils.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-12-07 12:06:01 +0100
committerhjk <qtc-committer@nokia.com>2009-12-07 12:07:10 +0100
commit32d3db8200ddc395d0ea1f734c04ae8843057608 (patch)
treebf3068e57c890ee5164cfce7902ebd823b097148 /src/plugins/debugger/watchutils.h
parent4794cbf030ac6fd69b1aa7e9820e7df55f736c3d (diff)
downloadqt-creator-32d3db8200ddc395d0ea1f734c04ae8843057608.tar.gz
debugger: special handling for char*
Diffstat (limited to 'src/plugins/debugger/watchutils.h')
-rw-r--r--src/plugins/debugger/watchutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/debugger/watchutils.h b/src/plugins/debugger/watchutils.h
index c7cf4bfdbe..477eed2d33 100644
--- a/src/plugins/debugger/watchutils.h
+++ b/src/plugins/debugger/watchutils.h
@@ -70,6 +70,7 @@ bool hasLetterOrNumber(const QString &exp);
bool hasSideEffects(const QString &exp);
bool isKeyWord(const QString &exp);
bool isPointerType(const QString &type);
+bool isCharPointerType(const QString &type);
bool isAccessSpecifier(const QString &str);
bool startsWithDigit(const QString &str);
QString stripPointerType(QString type);