diff options
Diffstat (limited to 'common/resource.h')
-rw-r--r-- | common/resource.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/resource.h b/common/resource.h index fb42c1b..52a28a6 100644 --- a/common/resource.h +++ b/common/resource.h | |||
@@ -36,6 +36,8 @@ public: | |||
36 | virtual void processCommand(int commandId, const QByteArray &data, uint size, Pipeline *pipeline); | 36 | virtual void processCommand(int commandId, const QByteArray &data, uint size, Pipeline *pipeline); |
37 | virtual Async::Job<void> synchronizeWithSource(Pipeline *pipeline); | 37 | virtual Async::Job<void> synchronizeWithSource(Pipeline *pipeline); |
38 | 38 | ||
39 | virtual void configurePipeline(Pipeline *pipeline); | ||
40 | |||
39 | private: | 41 | private: |
40 | class Private; | 42 | class Private; |
41 | Private * const d; | 43 | Private * const d; |