qtmobility/examples/audiorecorder/audiorecorder.h
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 5 453da2cfceef
--- a/qtmobility/examples/audiorecorder/audiorecorder.h	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/examples/audiorecorder/audiorecorder.h	Mon May 03 13:18:40 2010 +0300
@@ -74,6 +74,7 @@
     void toggleRecord();
     void stateChanged(QMediaRecorder::State);
     void updateProgress(qint64 pos);
+    void errorChanged(QMediaRecorder::Error);
 
 private:
     QAudioCaptureSource* audiosource;
@@ -84,6 +85,7 @@
     QComboBox*     codecsBox;
     QComboBox*     qualityBox;
     QLabel*        recTime;
+    QLabel*        statusLabel;
     QPushButton*   button;
     QPushButton*   fileButton;
     bool           active;