--- a/radioapp/radiowidgets/src/radiostationcarousel.cpp Tue Jul 06 14:16:27 2010 +0300
+++ b/radioapp/radiowidgets/src/radiostationcarousel.cpp Wed Aug 18 09:49:03 2010 +0300
@@ -441,6 +441,14 @@
}
/*!
+ *
+ */
+void RadioStationCarousel::setLandscape( bool landscape )
+{
+ CALL_TO_ALL_ITEMS( setLandscape( landscape ) );
+}
+
+/*!
* TODO: Remove this! This is test code
*/
void RadioStationCarousel::setAlternateSkippingMode( bool alternateSkipping )
@@ -552,8 +560,8 @@
{
QColor color = Qt::green;
if ( !available && mUiEngine ) {
- LOG_FORMAT( "No RDS signal: Station has sent RDS earlier: %d", mUiEngine.model().currentStation().hasRds() );
- color = mUiEngine.model().currentStation().hasRds() ? Qt::yellow : Qt::gray;
+ LOG_FORMAT( "No RDS signal: Station has sent RDS earlier: %d", mUiEngine.model().currentStation().hasSentRds() );
+ color = mUiEngine.model().currentStation().hasSentRds() ? Qt::yellow : Qt::gray;
mRdsLabel->setText( "RDS" );
} else {
mRdsLabel->setText( "-RDS-" );