radioapp/radiouiengine/src/radiomonitorservice_win32.cpp
changeset 16 f54ebcfc1b80
parent 14 63aabac4416d
child 19 afea38384506
equal deleted inserted replaced
14:63aabac4416d 16:f54ebcfc1b80
    16 */
    16 */
    17 
    17 
    18 // User includes
    18 // User includes
    19 #include "radiomonitorservice_win32.h"
    19 #include "radiomonitorservice_win32.h"
    20 #include "radiouiengine.h"
    20 #include "radiouiengine.h"
    21 #include "radioserviceconst.h"
    21 #include "radioservicedef.h"
    22 
    22 
    23 /*!
    23 /*!
    24  *
    24  *
    25  */
    25  */
    26 RadioMonitorService::RadioMonitorService( RadioUiEngine& engine ) :
    26 RadioMonitorService::RadioMonitorService( RadioUiEngine& engine ) :
    32 /*!
    32 /*!
    33  *
    33  *
    34  */
    34  */
    35 RadioMonitorService::~RadioMonitorService()
    35 RadioMonitorService::~RadioMonitorService()
    36 {
    36 {
       
    37 }
       
    38 
       
    39 /*!
       
    40  *
       
    41  */
       
    42 void RadioMonitorService::notifyFavoriteCount( const int favoriteCount )
       
    43 {
       
    44     Q_UNUSED( favoriteCount )
       
    45 }
       
    46 
       
    47 /*!
       
    48  *
       
    49  */
       
    50 void RadioMonitorService::notifyAntennaStatus( bool connected )
       
    51 {
       
    52     Q_UNUSED( connected )
       
    53 }
       
    54 
       
    55 /*!
       
    56  *
       
    57  */
       
    58 void RadioMonitorService::notifyRadioStatus( RadioStatus::Status radioStatus )
       
    59 {
       
    60     Q_UNUSED( radioStatus )
       
    61 }
       
    62 
       
    63 /*!
       
    64  *
       
    65  */
       
    66 void RadioMonitorService::notifyFrequency( const uint frequency )
       
    67 {
       
    68     Q_UNUSED( frequency )
    37 }
    69 }
    38 
    70 
    39 /*!
    71 /*!
    40  *
    72  *
    41  */
    73  */
    61 }
    93 }
    62 
    94 
    63 /*!
    95 /*!
    64  *
    96  *
    65  */
    97  */
    66 void RadioMonitorService::notifyHomepage( const QString& homepage )
    98 void RadioMonitorService::notifyHomePage( const QString& homePage )
    67 {
    99 {
    68     Q_UNUSED( homepage )
   100     Q_UNUSED( homePage )
    69 }
   101 }
    70 
   102 
    71 /*!
   103 /*!
    72  *
   104  *
    73  */
   105  */