diff options
Diffstat (limited to 'formattest.cpp')
-rw-r--r-- | formattest.cpp | 2 |
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(); |