summaryrefslogtreecommitdiffstats
path: root/src/coroutine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coroutine.h')
-rw-r--r--src/coroutine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coroutine.h b/src/coroutine.h
index 4e9e959..5beb274 100644
--- a/src/coroutine.h
+++ b/src/coroutine.h
@@ -27,6 +27,9 @@ public:
static Coroutine *currentCoroutine();
+#ifdef qdoc
+ static Coroutine* build(Function function, ...);
+#endif
// add declarations for static build(...) function
#include "coroutinebuilddeclaration_p.h"