summaryrefslogtreecommitdiffstats
path: root/common/resourceaccess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r--common/resourceaccess.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp
index bdebd56..a4a5795 100644
--- a/common/resourceaccess.cpp
+++ b/common/resourceaccess.cpp
@@ -208,8 +208,8 @@ static QByteArray getResourceName(const QByteArray &instanceIdentifier)
208 return split.join('.'); 208 return split.join('.');
209} 209}
210 210
211ResourceAccess::ResourceAccess(const QByteArray &resourceInstanceIdentifier, QObject *parent) 211ResourceAccess::ResourceAccess(const QByteArray &resourceInstanceIdentifier)
212 : QObject(parent), 212 : ResourceAccessInterface(),
213 d(new Private(getResourceName(resourceInstanceIdentifier), resourceInstanceIdentifier, this)) 213 d(new Private(getResourceName(resourceInstanceIdentifier), resourceInstanceIdentifier, this))
214{ 214{
215 log("Starting access"); 215 log("Starting access");