summaryrefslogtreecommitdiffstats
path: root/src/coroutinestoredfunctioncall_p.h
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2010-03-23 12:17:49 +0100
committerChristian Kamm <christian.d.kamm@nokia.com>2010-03-26 13:05:03 +0100
commit2f5e3071faf3a9ed5d957e38710dd10aa69957a7 (patch)
treeb94a8e203dfcddc48726b4b9021fd1b6b4a28ca5 /src/coroutinestoredfunctioncall_p.h
parent396d01725b70a4f5364ac0440dc731a6a5bfc919 (diff)
More documentation work: add a docs make target.
Diffstat (limited to 'src/coroutinestoredfunctioncall_p.h')
-rw-r--r--src/coroutinestoredfunctioncall_p.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/coroutinestoredfunctioncall_p.h b/src/coroutinestoredfunctioncall_p.h
index bf55271..f900a9e 100644
--- a/src/coroutinestoredfunctioncall_p.h
+++ b/src/coroutinestoredfunctioncall_p.h
@@ -11,8 +11,6 @@
#ifndef COROUTINE_STOREDFUNCTIONCALL_H
#define COROUTINE_STOREDFUNCTIONCALL_H
-#ifndef qdoc
-
template <typename FunctionPointer>
struct StoredFunctorCall0: public Coroutine
{
@@ -530,6 +528,4 @@ private:
Arg1 arg1; Arg2 arg2; Arg3 arg3; Arg4 arg4; Arg5 arg5;
};
-#endif // qdoc
-
#endif