qtmobility/plugins/multimedia/v4l/radio/v4lradioservice.h
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    55 
    55 
    56 public:
    56 public:
    57     V4LRadioService(QObject *parent = 0);
    57     V4LRadioService(QObject *parent = 0);
    58     ~V4LRadioService();
    58     ~V4LRadioService();
    59 
    59 
    60     QMediaControl *control(const char* name) const;
    60     QMediaControl *requestControl(const char* name);
       
    61     void releaseControl(QMediaControl *);
    61 
    62 
    62 private:
    63 private:
    63     V4LRadioControl *m_control;
    64     V4LRadioControl *m_control;
    64 };
    65 };
    65 
    66