radioapp/radiouiengine/src/radiouiengine.cpp
changeset 41 3a6b55c6390c
parent 33 11b6825f0862
child 53 bb6ed1806599
equal deleted inserted replaced
33:11b6825f0862 41:3a6b55c6390c
   411 }
   411 }
   412 
   412 
   413 /*!
   413 /*!
   414  *
   414  *
   415  */
   415  */
   416 uint RadioUiEngine::skipStation( StationSkip::Mode mode, uint startFrequency )
   416 uint RadioUiEngine::skipStation( StationSkip::Mode mode, uint startFrequency, const int reason )
   417 {
   417 {
   418     Q_D( RadioUiEngine );
   418     Q_D( RadioUiEngine );
   419     return d->skip( mode, startFrequency );
   419     return d->skip( mode, startFrequency, reason );
   420 }
   420 }
   421 
   421 
   422 /*!
   422 /*!
   423  *
   423  *
   424  */
   424  */