From 8d2f5eee5a5f318243673dbfaf32d8f2325b50f0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 11 Jul 2016 14:52:29 +0200 Subject: As long as the primary component is the same we can shorten the id --- common/genericresource.h | 1 - 1 file changed, 1 deletion(-) 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 { protected: SINK_DEBUG_AREA("resource") - SINK_DEBUG_COMPONENT(mResourceInstanceIdentifier) public: GenericResource(const QByteArray &resourceType, const QByteArray &resourceInstanceIdentifier, const QSharedPointer &pipeline); virtual ~GenericResource(); -- cgit v1.2.3