From 38c9e66ff607700012e1a77fc3bee7d1de370e45 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 31 May 2011 17:12:44 +0200 Subject: 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 Reviewed-by: Daniel Teske --- src/plugins/debugger/debuggerstringutils.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/plugins/debugger/debuggerstringutils.h') 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 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 -- cgit v1.2.1