summaryrefslogtreecommitdiffstats
path: root/common/genericresource.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-11 14:52:29 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-11 14:52:29 +0200
commit8d2f5eee5a5f318243673dbfaf32d8f2325b50f0 (patch)
treec7c5365931403eec5a3f96185a0e5c55922ee547 /common/genericresource.h
parenta0c09c8f46ae665ec9c03178742f8e2f32f92af2 (diff)
downloadsink-8d2f5eee5a5f318243673dbfaf32d8f2325b50f0.tar.gz
sink-8d2f5eee5a5f318243673dbfaf32d8f2325b50f0.zip
As long as the primary component is the same we can shorten the id
Diffstat (limited to 'common/genericresource.h')
-rw-r--r--common/genericresource.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/genericresource.h b/common/genericresource.h
index 25892ca..97132c2 100644
--- a/common/genericresource.h
+++ b/common/genericresource.h
@@ -42,7 +42,6 @@ class SINK_EXPORT GenericResource : public Resource
42{ 42{
43protected: 43protected:
44 SINK_DEBUG_AREA("resource") 44 SINK_DEBUG_AREA("resource")
45 SINK_DEBUG_COMPONENT(mResourceInstanceIdentifier)
46public: 45public:
47 GenericResource(const QByteArray &resourceType, const QByteArray &resourceInstanceIdentifier, const QSharedPointer<Pipeline> &pipeline); 46 GenericResource(const QByteArray &resourceType, const QByteArray &resourceInstanceIdentifier, const QSharedPointer<Pipeline> &pipeline);
48 virtual ~GenericResource(); 47 virtual ~GenericResource();