diff options
author | Dan Vrátil <dvratil@redhat.com> | 2015-05-15 16:22:03 +0200 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2015-05-15 16:22:31 +0200 |
commit | b43c0cf97615957e097daef29ff8febc1ec884c8 (patch) | |
tree | 445479bf66df161e8554844a478d99d03ba43061 /common/resource.h | |
parent | 9270185becb48401bf3b2337d248763df0873107 (diff) | |
download | sink-b43c0cf97615957e097daef29ff8febc1ec884c8.tar.gz sink-b43c0cf97615957e097daef29ff8febc1ec884c8.zip |
Adapt to KAsync namespace change
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/resource.h b/common/resource.h index 18a6827..170e080 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -36,8 +36,8 @@ public: | |||
36 | virtual ~Resource(); | 36 | virtual ~Resource(); |
37 | 37 | ||
38 | virtual void processCommand(int commandId, const QByteArray &data, uint size, Pipeline *pipeline); | 38 | virtual void processCommand(int commandId, const QByteArray &data, uint size, Pipeline *pipeline); |
39 | virtual Async::Job<void> synchronizeWithSource(Pipeline *pipeline); | 39 | virtual KAsync::Job<void> synchronizeWithSource(Pipeline *pipeline); |
40 | virtual Async::Job<void> processAllMessages(); | 40 | virtual KAsync::Job<void> processAllMessages(); |
41 | 41 | ||
42 | virtual void configurePipeline(Pipeline *pipeline); | 42 | virtual void configurePipeline(Pipeline *pipeline); |
43 | 43 | ||