summaryrefslogtreecommitdiffstats
path: root/common/listener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/listener.cpp')
-rw-r--r--common/listener.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/listener.cpp b/common/listener.cpp
index 145267a..828a917 100644
--- a/common/listener.cpp
+++ b/common/listener.cpp
@@ -42,10 +42,10 @@
42#undef DEBUG_AREA 42#undef DEBUG_AREA
43#define DEBUG_AREA "resource.communication" 43#define DEBUG_AREA "resource.communication"
44 44
45Listener::Listener(const QByteArray &resourceInstanceIdentifier, QObject *parent) 45Listener::Listener(const QByteArray &resourceInstanceIdentifier, const QByteArray &resourceType, QObject *parent)
46 : QObject(parent), 46 : QObject(parent),
47 m_server(new QLocalServer(this)), 47 m_server(new QLocalServer(this)),
48 m_resourceName(Sink::resourceName(resourceInstanceIdentifier)), 48 m_resourceName(resourceType),
49 m_resourceInstanceIdentifier(resourceInstanceIdentifier), 49 m_resourceInstanceIdentifier(resourceInstanceIdentifier),
50 m_resource(0), 50 m_resource(0),
51 m_clientBufferProcessesTimer(new QTimer(this)), 51 m_clientBufferProcessesTimer(new QTimer(this)),