summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerstringutils.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2012-02-16 11:12:02 +0100
committerhjk <qthjk@ovi.com>2012-02-16 11:15:28 +0100
commitb9d15b113f257f491ef7294d646625392fa06294 (patch)
tree0eab449c1f9e8a4f4ec1372ee82128b6633c667b /src/plugins/debugger/debuggerstringutils.h
parent29a7ee6cf48a78d8344fb82546eae10ddc874a43 (diff)
downloadqt-creator-b9d15b113f257f491ef7294d646625392fa06294.tar.gz
debugger: remove a few too-fancy typedefs
Change-Id: I0c8ba3c2d22ca7128527da42b81919dabbd82d14 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/debugger/debuggerstringutils.h')
-rw-r--r--src/plugins/debugger/debuggerstringutils.h2
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()); }