summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-27 10:50:41 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-11-27 10:50:41 +0100
commit9fe1d50d7ace50f1f7efc66412dff006f20a2062 (patch)
treef0f11edfe9e4542e5cce229bc156306556d8fbf7 /common/genericresource.h
parentdf99cc0a8fc96e6584d71a6fe03cad2b321118cb (diff)
downloadsink-9fe1d50d7ace50f1f7efc66412dff006f20a2062.tar.gz
sink-9fe1d50d7ace50f1f7efc66412dff006f20a2062.zip
Cleanup
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h2
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
43protected: 43protected:
44 SINK_DEBUG_AREA("resource") 44 SINK_DEBUG_AREA("resource")
45public: 45public:
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;