summaryrefslogtreecommitdiffstats
path: root/common/resourceaccess.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-12 08:20:43 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-05-12 08:33:57 +0200
commit41f8f9bc05c059cafa780ac8aec27a56cba2c278 (patch)
treea53ac218ebc075c1fa1e5a31f011855ba815638d /common/resourceaccess.h
parent380ecbf2866a322de01b28e90dafc1a24e4d948c (diff)
downloadsink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.tar.gz
sink-41f8f9bc05c059cafa780ac8aec27a56cba2c278.zip
No more SINK_DEBUG_AREA
Diffstat (limited to 'common/resourceaccess.h')
-rw-r--r--common/resourceaccess.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/resourceaccess.h b/common/resourceaccess.h
index c32566b..b6a0b34 100644
--- a/common/resourceaccess.h
+++ b/common/resourceaccess.h
@@ -101,7 +101,6 @@ protected:
101class SINK_EXPORT ResourceAccess : public ResourceAccessInterface 101class SINK_EXPORT ResourceAccess : public ResourceAccessInterface
102{ 102{
103 Q_OBJECT 103 Q_OBJECT
104 SINK_DEBUG_AREA("communication")
105public: 104public:
106 typedef QSharedPointer<ResourceAccess> Ptr; 105 typedef QSharedPointer<ResourceAccess> Ptr;
107 106
@@ -158,7 +157,6 @@ private:
158 */ 157 */
159class SINK_EXPORT ResourceAccessFactory 158class SINK_EXPORT ResourceAccessFactory
160{ 159{
161 SINK_DEBUG_AREA("ResourceAccessFactory")
162public: 160public:
163 static ResourceAccessFactory &instance(); 161 static ResourceAccessFactory &instance();
164 Sink::ResourceAccess::Ptr getAccess(const QByteArray &instanceIdentifier, const QByteArray resourceType); 162 Sink::ResourceAccess::Ptr getAccess(const QByteArray &instanceIdentifier, const QByteArray resourceType);