radioapp/radiouiengine/inc/radiomonitorservice.h
changeset 47 74b7c6e79031
parent 34 bc10a61bd7d3
child 57 21be958eb3ce
equal deleted inserted replaced
44:0a3ad94fc71c 47:74b7c6e79031
    49 
    49 
    50 private slots:
    50 private slots:
    51 
    51 
    52     void notifyRadioStatus();
    52     void notifyRadioStatus();
    53     void notifyFavoriteCount();
    53     void notifyFavoriteCount();
       
    54     void notifyLocalCount();
    54     void notifyStationChange( const RadioStation& station );
    55     void notifyStationChange( const RadioStation& station );
    55     void sendNotifications();
    56     void sendNotifications();
    56 
    57 
    57 private:
    58 private:
    58 
    59