diff options
author | Dan Vrátil <dvratil@redhat.com> | 2015-05-18 15:20:35 +0200 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2015-05-18 15:20:35 +0200 |
commit | 5e580299e342bd77fc7479bbfd235f4446d7f05b (patch) | |
tree | 648aacd4de1f239d72be89ab9f2d4a97867d7920 /common/clientapi.h | |
parent | b43c0cf97615957e097daef29ff8febc1ec884c8 (diff) | |
download | sink-5e580299e342bd77fc7479bbfd235f4446d7f05b.tar.gz sink-5e580299e342bd77fc7479bbfd235f4446d7f05b.zip |
KAsync has moved to it's own kasync.git repository
Diffstat (limited to 'common/clientapi.h')
-rw-r--r-- | common/clientapi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common/clientapi.h b/common/clientapi.h index 0ce1691..c098bb5 100644 --- a/common/clientapi.h +++ b/common/clientapi.h | |||
@@ -28,8 +28,10 @@ | |||
28 | #include <QEventLoop> | 28 | #include <QEventLoop> |
29 | #include <functional> | 29 | #include <functional> |
30 | #include <memory> | 30 | #include <memory> |
31 | |||
32 | #include <Async/Async> | ||
33 | |||
31 | #include "threadboundary.h" | 34 | #include "threadboundary.h" |
32 | #include "async/src/async.h" | ||
33 | #include "resultprovider.h" | 35 | #include "resultprovider.h" |
34 | 36 | ||
35 | namespace async { | 37 | namespace async { |