diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-11 14:52:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-07-11 14:52:29 +0200 |
commit | 8d2f5eee5a5f318243673dbfaf32d8f2325b50f0 (patch) | |
tree | c7c5365931403eec5a3f96185a0e5c55922ee547 /common/genericresource.h | |
parent | a0c09c8f46ae665ec9c03178742f8e2f32f92af2 (diff) | |
download | sink-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.h | 1 |
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 | { |
43 | protected: | 43 | protected: |
44 | SINK_DEBUG_AREA("resource") | 44 | SINK_DEBUG_AREA("resource") |
45 | SINK_DEBUG_COMPONENT(mResourceInstanceIdentifier) | ||
46 | public: | 45 | public: |
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(); |