summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-07-16 14:25:52 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-18 05:14:31 +0200
commit402b319633de5e318fe05e9e7dd7ce53310f91c2 (patch)
treefd95e8c5dbe1c9099b6e0cef7fda365735b14c93
parent019c6d6628c496508c07d0fdd8674218985b9c0e (diff)
Fix incorrect #endif comment.
Change-Id: I7cf93b928c7ee9915fe95e13f3faa036ac05f608 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
-rw-r--r--src/concurrent/qfuture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/qfuture.h b/src/concurrent/qfuture.h
index 4005fe58fa..c098dee74e 100644
--- a/src/concurrent/qfuture.h
+++ b/src/concurrent/qfuture.h
@@ -272,6 +272,6 @@ QFuture<void> qToVoidFuture(const QFuture<T> &future)
QT_END_NAMESPACE
QT_END_HEADER
-#endif // QT_NO_CONCURRENT
+#endif // QT_NO_QFUTURE
#endif // QFUTURE_H