controlpanelui/src/tonefetcher/tonefetcherengine/tonefetcherengine.cpp
changeset 24 f5dfdd5e4a1b
parent 17 4a9568303383
child 25 19394c261aa5
equal deleted inserted replaced
17:4a9568303383 24:f5dfdd5e4a1b
    33             this, SIGNAL(queryComplete(QStringList, QStringList)));
    33             this, SIGNAL(queryComplete(QStringList, QStringList)));
    34     connect(d, SIGNAL(queryError(int)),
    34     connect(d, SIGNAL(queryError(int)),
    35             this, SIGNAL(queryError(int)));
    35             this, SIGNAL(queryError(int)));
    36     connect(d, SIGNAL(notifyObjectChanged()),
    36     connect(d, SIGNAL(notifyObjectChanged()),
    37             this, SIGNAL(notifyObjectChanged()));
    37             this, SIGNAL(notifyObjectChanged()));
       
    38     connect(d, SIGNAL(notifyRefreshStart()),
       
    39             this, SIGNAL(notifyRefreshStart()));
       
    40     connect(d, SIGNAL(notifyRefreshFinish()),
       
    41             this, SIGNAL(notifyRefreshFinish()));
    38     connect(mAudioPlayer, SIGNAL(notifyPreviewEvent(ToneServiceEngine::TPreviewEvent, int)),
    42     connect(mAudioPlayer, SIGNAL(notifyPreviewEvent(ToneServiceEngine::TPreviewEvent, int)),
    39             this, SIGNAL(notifyPreviewEvent(ToneServiceEngine::TPreviewEvent, int)));
    43             this, SIGNAL(notifyPreviewEvent(ToneServiceEngine::TPreviewEvent, int)));
    40 }
    44 }
    41 
    45 
    42 ToneFetcherEngine::~ToneFetcherEngine()
    46 ToneFetcherEngine::~ToneFetcherEngine()