summaryrefslogtreecommitdiffstats
path: root/common/listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/listener.h')
-rw-r--r--common/listener.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/listener.h b/common/listener.h
index 8d8b529..f29130d 100644
--- a/common/listener.h
+++ b/common/listener.h
@@ -55,8 +55,6 @@ public:
55class SINK_EXPORT Listener : public QObject 55class SINK_EXPORT Listener : public QObject
56{ 56{
57 Q_OBJECT 57 Q_OBJECT
58 SINK_DEBUG_AREA("communication")
59
60public: 58public:
61 Listener(const QByteArray &resourceName, const QByteArray &resourceType, QObject *parent = 0); 59 Listener(const QByteArray &resourceName, const QByteArray &resourceType, QObject *parent = 0);
62 ~Listener(); 60 ~Listener();