diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-27 10:50:41 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-27 10:50:41 +0100 |
commit | 9fe1d50d7ace50f1f7efc66412dff006f20a2062 (patch) | |
tree | f0f11edfe9e4542e5cce229bc156306556d8fbf7 /common/genericresource.h | |
parent | df99cc0a8fc96e6584d71a6fe03cad2b321118cb (diff) | |
download | sink-9fe1d50d7ace50f1f7efc66412dff006f20a2062.tar.gz sink-9fe1d50d7ace50f1f7efc66412dff006f20a2062.zip |
Cleanup
Diffstat (limited to 'common/genericresource.h')
-rw-r--r-- | common/genericresource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/genericresource.h b/common/genericresource.h index 9447c8b..a3a58b9 100644 --- a/common/genericresource.h +++ b/common/genericresource.h | |||
@@ -43,7 +43,7 @@ class SINK_EXPORT GenericResource : public Resource | |||
43 | protected: | 43 | protected: |
44 | SINK_DEBUG_AREA("resource") | 44 | SINK_DEBUG_AREA("resource") |
45 | public: | 45 | public: |
46 | GenericResource(const Sink::ResourceContext &context, const QSharedPointer<Pipeline> &pipeline); | 46 | GenericResource(const Sink::ResourceContext &context, const QSharedPointer<Pipeline> &pipeline = QSharedPointer<Pipeline>()); |
47 | virtual ~GenericResource(); | 47 | virtual ~GenericResource(); |
48 | 48 | ||
49 | virtual void processCommand(int commandId, const QByteArray &data) Q_DECL_OVERRIDE; | 49 | virtual void processCommand(int commandId, const QByteArray &data) Q_DECL_OVERRIDE; |