diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-30 15:34:15 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-04-30 15:34:15 +0200 |
commit | 6b12a5df6289921a55f26665cf83bf290154f8b9 (patch) | |
tree | 64bb7cae28a227b68173cdaa7e7bea8dfe24d928 /common/clientapi.cpp | |
parent | 9bc2e107c49f3cd983e68c5453851221d5096979 (diff) | |
download | sink-6b12a5df6289921a55f26665cf83bf290154f8b9.tar.gz sink-6b12a5df6289921a55f26665cf83bf290154f8b9.zip |
Moved resultprovider to separate file.
Diffstat (limited to 'common/clientapi.cpp')
-rw-r--r-- | common/clientapi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/clientapi.cpp b/common/clientapi.cpp index 5cb3b69..3350927 100644 --- a/common/clientapi.cpp +++ b/common/clientapi.cpp | |||
@@ -3,6 +3,7 @@ | |||
3 | #include "resourceaccess.h" | 3 | #include "resourceaccess.h" |
4 | #include "commands.h" | 4 | #include "commands.h" |
5 | #include "log.h" | 5 | #include "log.h" |
6 | #include <QtConcurrent/QtConcurrentRun> | ||
6 | 7 | ||
7 | namespace async | 8 | namespace async |
8 | { | 9 | { |