equal
deleted
inserted
replaced
114 |
114 |
115 bool isSongRecognitionAppAvailable(); |
115 bool isSongRecognitionAppAvailable(); |
116 |
116 |
117 void addRecognizedSong( const QString& artist, const QString& title, const RadioStation& station ); |
117 void addRecognizedSong( const QString& artist, const QString& title, const RadioStation& station ); |
118 |
118 |
119 uint skipStation( StationSkip::Mode mode, uint startFrequency = 0 ); |
119 uint skipStation( StationSkip::Mode mode, uint startFrequency = 0, const int reason = TuneReason::Skip ); |
120 |
120 |
121 enum MusicStore{ OviStore, OtherStore }; |
121 enum MusicStore{ OviStore, OtherStore }; |
122 void openMusicStore( const RadioHistoryItem& item, MusicStore store = OviStore ); |
122 void openMusicStore( const RadioHistoryItem& item, MusicStore store = OviStore ); |
123 |
123 |
124 void launchBrowser( const QString& url ); |
124 void launchBrowser( const QString& url ); |