summaryrefslogtreecommitdiff
path: root/libresourceqt/src
diff options
context:
space:
mode:
authorRobert Löfman <ext-robert.lofman@nokia.com>2010-11-26 15:26:32 +0200
committerRobert Löfman <ext-robert.lofman@nokia.com>2010-11-26 15:26:32 +0200
commitb723c98d18c4fdec1654ea283e5bfd9ea44dc701 (patch)
tree8ca38ecf25311872ef1435a3ef7b325b188c468e /libresourceqt/src
parent05f8fa1ebccab6eb55ccbd8a3921bc7016512749 (diff)
Added connectedToManager() signal
Diffstat (limited to 'libresourceqt/src')
-rw-r--r--libresourceqt/src/resource-set.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libresourceqt/src/resource-set.cpp b/libresourceqt/src/resource-set.cpp
index b6885a5..8f26a13 100644
--- a/libresourceqt/src/resource-set.cpp
+++ b/libresourceqt/src/resource-set.cpp
@@ -322,6 +322,7 @@ void ResourceSet::connectedHandler()
qDebug("**************** ResourceSet::%s().... %d", __FUNCTION__, __LINE__);
if (resourceEngine->isConnectedToManager()) {
qDebug("ResourceSet::%s() Connected to manager!", __FUNCTION__);
+ emit connectedToManager();
if (pendingAudioProperties) {
registerAudioProperties();