OSDN Git Service

un-confuse qdoc
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 31 May 2011 15:12:44 +0000 (17:12 +0200)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Wed, 1 Jun 2011 09:50:24 +0000 (11:50 +0200)
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

index 6c09662..e5508e2 100644 (file)
@@ -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