qtmobility/plugins/multimedia/v4l/radio/v4lradioservice.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    55 
    55 
    56 V4LRadioService::~V4LRadioService()
    56 V4LRadioService::~V4LRadioService()
    57 {
    57 {
    58 }
    58 }
    59 
    59 
    60 QMediaControl *V4LRadioService::control(const char* name) const
    60 QMediaControl *V4LRadioService::requestControl(const char* name)
    61 {
    61 {
    62     Q_UNUSED(name)
    62     if (qstrcmp(name,QRadioTunerControl_iid) == 0)
       
    63         return m_control;
    63 
    64 
    64     return m_control;
    65     return 0;
    65 }
    66 }
       
    67 
       
    68 
       
    69 void V4LRadioService::releaseControl(QMediaControl *)
       
    70 {
       
    71 }