summaryrefslogtreecommitdiffstats
path: root/formattest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-12 15:17:32 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-12-12 15:17:32 +0100
commiteb6e9229c8cecd4b573039fafd644a16912e31f6 (patch)
tree7d4b65e49c5e92d2998e0066d4f0dc71ee906e64 /formattest.cpp
parentc67c99d11fc012404f2fbd8fa3b27fac675ce9f2 (diff)
downloadsink-eb6e9229c8cecd4b573039fafd644a16912e31f6.tar.gz
sink-eb6e9229c8cecd4b573039fafd644a16912e31f6.zip
Adapt to kasync changes
Diffstat (limited to 'formattest.cpp')
-rw-r--r--formattest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/formattest.cpp b/formattest.cpp
index 14eb550..5e65b4a 100644
--- a/formattest.cpp
+++ b/formattest.cpp
@@ -173,7 +173,7 @@ KAsync::Job<void> processPipeline()
173 173
174 //Go through all message queues 174 //Go through all message queues
175 auto it = QSharedPointer<QListIterator<MessageQueue*> >::create(mCommandQueues); 175 auto it = QSharedPointer<QListIterator<MessageQueue*> >::create(mCommandQueues);
176 return KAsync::dowhile( 176 return KAsync::doWhile(
177 [it]() { return it->hasNext(); }, 177 [it]() { return it->hasNext(); },
178 [it, this](KAsync::Future<void> &future) { 178 [it, this](KAsync::Future<void> &future) {
179 auto queue = it->next(); 179 auto queue = it->next();