summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrentstoredfunctioncall.h
diff options
context:
space:
mode:
authorDebao Zhang <[email protected]>2012-12-28 14:18:53 +0800
committerThe Qt Project <[email protected]>2013-01-08 10:48:33 +0100
commit39795b1411a5ed17c47ef638c693d4b788442d0c (patch)
tree9862b40a06e239d4486966f9b972a475f7170da3 /src/concurrent/qtconcurrentstoredfunctioncall.h
parent742f0c6e0b8e3ec6fddc146205e78a93f600c1cf (diff)
Replace macro qdoc with Q_QDOC
Both qdoc and Q_QDOC are used in source code, which looks not good. Change-Id: I4f3a71670278b0758d92bfa5db086a07e1b1acfd Reviewed-by: hjk <[email protected]> Reviewed-by: Paul Olav Tvete <[email protected]>
Diffstat (limited to 'src/concurrent/qtconcurrentstoredfunctioncall.h')
-rw-r--r--src/concurrent/qtconcurrentstoredfunctioncall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/concurrent/qtconcurrentstoredfunctioncall.h b/src/concurrent/qtconcurrentstoredfunctioncall.h
index ffddb307cb4..a20c0c14ce9 100644
--- a/src/concurrent/qtconcurrentstoredfunctioncall.h
+++ b/src/concurrent/qtconcurrentstoredfunctioncall.h
@@ -52,7 +52,7 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
-#ifndef qdoc
+#ifndef Q_QDOC
namespace QtConcurrent {
template <typename T, typename FunctionPointer>
@@ -1302,7 +1302,7 @@ private:
} //namespace QtConcurrent
-#endif // qdoc
+#endif // Q_QDOC
QT_END_NAMESPACE
QT_END_HEADER