changeset 24 | f5dfdd5e4a1b |
parent 17 | 4a9568303383 |
child 25 | 19394c261aa5 |
--- a/controlpanelui/src/tonefetcher/tonefetcherengine/tonefetcherengine.h Fri Jun 11 13:39:17 2010 +0300 +++ b/controlpanelui/src/tonefetcher/tonefetcherengine/tonefetcherengine.h Wed Jun 23 18:13:38 2010 +0300 @@ -94,6 +94,8 @@ void queryError(int error); void notifyPreviewEvent(ToneFetcherEngine::TPreviewEvent event, int errorId); void notifyObjectChanged(); + void notifyRefreshStart(); + void notifyRefreshFinish(); private: ToneSelectionEnginePrivate *d; TonePreviewPrivate *mAudioPlayer;