Replaced QMediaRecorderControl::play/stop/pause with setState
This allows to introduce new states without breaking BC. Change-Id: I03c064cec92d6745b251a51cfb301e7f01f4b765 Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b7935a84d7
commit
b36e2f5209
@@ -71,9 +71,7 @@ public:
|
||||
void applySettings() {}
|
||||
|
||||
public slots:
|
||||
void record();
|
||||
void pause();
|
||||
void stop();
|
||||
void setState(QMediaRecorder::State state);
|
||||
void setMuted(bool);
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user