From f87c777c3c9e4fe9ca4c685363db572f1dce25e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 10 Apr 2015 10:55:06 +0200 Subject: Async: fix build for real this time --- async/src/future.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async/src/future.h b/async/src/future.h index bce00bb..ff199ef 100644 --- a/async/src/future.h +++ b/async/src/future.h @@ -107,7 +107,7 @@ public: QEventLoop eventLoop; QObject::connect(&watcher, &Async::FutureWatcher::futureReady, &eventLoop, &QEventLoop::quit); - watcher.setFuture(*static_cast*>(this)); + watcher.setFuture(*static_cast*>(this)); eventLoop.exec(); } -- cgit v1.2.3