diff -r 075425b8d9a4 -r 189d20c34778 radioapp/radiowidgets/inc/radiomainview.h --- a/radioapp/radiowidgets/inc/radiomainview.h Fri Jun 11 13:38:32 2010 +0300 +++ b/radioapp/radiowidgets/inc/radiomainview.h Wed Jun 23 18:12:57 2010 +0300 @@ -57,6 +57,7 @@ void skip( int skipMode ); void openStationsView(); void toggleScanning(); + void toggleFavorite(); void seekingStarted(); void updateAntennaStatus( bool connected ); void updateAudioRoute( bool loudspeaker ); @@ -78,6 +79,10 @@ bool eventFilter( QObject* watched, QEvent* event ); +// New functions + + void updateFavoriteButton(); + private: // data QScopedPointer mFrequencyScanner;