qtinternetradio/ui/src/irstationsview.cpp
changeset 17 38bbf2dcd608
parent 15 065198191975
equal deleted inserted replaced
16:5723da102db1 17:38bbf2dcd608
   135 void IRStationsView::itemAboutToBeSelected(bool &aNeedNetwork)
   135 void IRStationsView::itemAboutToBeSelected(bool &aNeedNetwork)
   136 {
   136 {
   137     aNeedNetwork =  true;
   137     aNeedNetwork =  true;
   138     
   138     
   139     int index = iListView->currentIndex().row();
   139     int index = iListView->currentIndex().row();
   140     iPlayController->setConnectingStationName(iDataProvider->getChannelItemByIndex(index)->channelName);
   140     iPlayController->setConnectingStationName(iDataProvider->getChannelItemByIndex(index)->channelName,true);
   141 }
   141 }
   142 #endif
   142 #endif
   143 
   143 
   144 //                                      slots functions
   144 //                                      slots functions
   145 
   145