equal
deleted
inserted
replaced
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(); |