From e3712f96874358dbd97be11a5b80a9a3c07c6747 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 5 Jan 2010 16:51:55 +0100 Subject: debugger: refactoring, use QByteArray instead of QString when appropriate --- src/plugins/debugger/watchutils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/debugger/watchutils.h') diff --git a/src/plugins/debugger/watchutils.h b/src/plugins/debugger/watchutils.h index 477eed2d33..d880359fca 100644 --- a/src/plugins/debugger/watchutils.h +++ b/src/plugins/debugger/watchutils.h @@ -55,7 +55,7 @@ namespace Internal { class WatchData; class GdbMi; -QString dotEscape(QString str); +QByteArray dotEscape(QByteArray str); QString currentTime(); bool isSkippableFunction(const QString &funcName, const QString &fileName); bool isLeavableFunction(const QString &funcName, const QString &fileName); @@ -71,7 +71,6 @@ 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); QString gdbQuoteTypes(const QString &type); -- cgit v1.2.1