diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-05-31 17:12:44 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-06-01 11:50:24 +0200 |
commit | 38c9e66ff607700012e1a77fc3bee7d1de370e45 (patch) | |
tree | 4202ff12d657b56e14d16d472becfe88b9e32f37 /src/plugins/debugger/debuggerstringutils.h | |
parent | 61325aae0da74e59f50c515ea33de4ce2bcc30ed (diff) | |
download | qt-creator-38c9e66ff607700012e1a77fc3bee7d1de370e45.tar.gz |
un-confuse qdoc
it's apparently too stupid for our _() inlines, so just skip them.
Change-Id: Idea9c2f86ecb3c915cc90a02eb987c7c0ac93b95
Reviewed-on: http://codereview.qt.nokia.com/282
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
Diffstat (limited to 'src/plugins/debugger/debuggerstringutils.h')
-rw-r--r-- | src/plugins/debugger/debuggerstringutils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerstringutils.h b/src/plugins/debugger/debuggerstringutils.h index 6c09662ab3..e5508e28ff 100644 --- a/src/plugins/debugger/debuggerstringutils.h +++ b/src/plugins/debugger/debuggerstringutils.h @@ -33,6 +33,8 @@ #ifndef DEBUGGERSTRINGUTILS_H #define DEBUGGERSTRINGUTILS_H +#ifndef qdoc + #include <QtCore/QString> namespace Debugger { @@ -48,4 +50,7 @@ inline QString _(const QByteArray &ba) { return QString::fromLatin1(ba, ba.size( } // namespace Internal } // namespace Debugger + +#endif // qdoc + #endif // DEBUGGERSTRINGUTILS_H |