summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerstringutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerstringutils.h')
-rw-r--r--src/plugins/debugger/debuggerstringutils.h5
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