From 38c9e66ff607700012e1a77fc3bee7d1de370e45 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Date: Tue, 31 May 2011 17:12:44 +0200 Subject: [PATCH] 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> --- src/plugins/debugger/debuggerstringutils.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/debugger/debuggerstringutils.h b/src/plugins/debugger/debuggerstringutils.h index 6c09662ab3b..e5508e28ff2 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 -- GitLab