controlpanelui/src/tonefetcher/tonefetcherengine/tonefetcherengine.cpp
changeset 24 f5dfdd5e4a1b
parent 17 4a9568303383
child 25 19394c261aa5
--- a/controlpanelui/src/tonefetcher/tonefetcherengine/tonefetcherengine.cpp	Fri Jun 11 13:39:17 2010 +0300
+++ b/controlpanelui/src/tonefetcher/tonefetcherengine/tonefetcherengine.cpp	Wed Jun 23 18:13:38 2010 +0300
@@ -35,6 +35,10 @@
             this, SIGNAL(queryError(int)));
     connect(d, SIGNAL(notifyObjectChanged()),
             this, SIGNAL(notifyObjectChanged()));
+    connect(d, SIGNAL(notifyRefreshStart()),
+            this, SIGNAL(notifyRefreshStart()));
+    connect(d, SIGNAL(notifyRefreshFinish()),
+            this, SIGNAL(notifyRefreshFinish()));
     connect(mAudioPlayer, SIGNAL(notifyPreviewEvent(ToneServiceEngine::TPreviewEvent, int)),
             this, SIGNAL(notifyPreviewEvent(ToneServiceEngine::TPreviewEvent, int)));
 }