radioapp/radiouiengine/inc/radiostationmodel.h
changeset 51 bbebb0235466
parent 47 74b7c6e79031
child 54 a8ba0c289b44
equal deleted inserted replaced
47:74b7c6e79031 51:bbebb0235466
    85     void initialize( RadioPresetStorage* storage, RadioEngineWrapper* wrapper );
    85     void initialize( RadioPresetStorage* storage, RadioEngineWrapper* wrapper );
    86 
    86 
    87     /*!
    87     /*!
    88      * Sets the icons to be used in the lists
    88      * Sets the icons to be used in the lists
    89      */
    89      */
    90     void setIcons( const QIcon& favoriteIcon, const QIcon& nowPlayingIcon );
    90     void setIcons( const QIcon& favoriteIcon, const QIcon& nonFavoriteIcon, const QIcon& nowPlayingIcon );
    91 
    91 
    92     /*!
    92     /*!
    93      * Returns a reference to the station handler interface
    93      * Returns a reference to the station handler interface
    94      */
    94      */
    95     RadioStationHandlerIf& stationHandlerIf();
    95     RadioStationHandlerIf& stationHandlerIf();