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/genericresource.h | |
parent | 9270185becb48401bf3b2337d248763df0873107 (diff) | |
download | sink-b43c0cf97615957e097daef29ff8febc1ec884c8.tar.gz sink-b43c0cf97615957e097daef29ff8febc1ec884c8.zip |
Adapt to KAsync namespace change
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index 36fa567..ac28575 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -38,8 +38,8 @@ public: | |||
38 | virtual ~GenericResource(); | 38 | virtual ~GenericResource(); |
39 | 39 | ||
40 | virtual void processCommand(int commandId, const QByteArray &data, uint size, Pipeline *pipeline) Q_DECL_OVERRIDE; | 40 | virtual void processCommand(int commandId, const QByteArray &data, uint size, Pipeline *pipeline) Q_DECL_OVERRIDE; |
41 | virtual Async::Job<void> synchronizeWithSource(Pipeline *pipeline) Q_DECL_OVERRIDE = 0; | 41 | virtual KAsync::Job<void> synchronizeWithSource(Pipeline *pipeline) Q_DECL_OVERRIDE = 0; |
42 | virtual Async::Job<void> processAllMessages() Q_DECL_OVERRIDE; | 42 | virtual KAsync::Job<void> processAllMessages() Q_DECL_OVERRIDE; |
43 | 43 | ||
44 | virtual void configurePipeline(Pipeline *pipeline) Q_DECL_OVERRIDE; | 44 | virtual void configurePipeline(Pipeline *pipeline) Q_DECL_OVERRIDE; |
45 | int error() const; | 45 | int error() const; |