diff options
Diffstat (limited to 'src/plugins/debugger/debuggerstringutils.h')
-rw-r--r-- | src/plugins/debugger/debuggerstringutils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerstringutils.h b/src/plugins/debugger/debuggerstringutils.h index 81346636e7..7647576c3e 100644 --- a/src/plugins/debugger/debuggerstringutils.h +++ b/src/plugins/debugger/debuggerstringutils.h @@ -40,8 +40,6 @@ namespace Debugger { namespace Internal { -typedef QLatin1Char _c; -typedef QLatin1String __; inline QString _(const char *s) { return QString::fromLatin1(s); } inline QString _(const QByteArray &ba) { return QString::fromLatin1(ba, ba.size()); } |