diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-06-29 01:06:20 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2006-06-29 01:06:20 +0200 |
commit | 24b1fd51ad61526a8e259344df1353193148e97b (patch) | |
tree | 23aa75f11f489b8183662eed2ff1fbd55977dcaf /test/qv4l2/qv4l2.h | |
parent | 24461bbacbddc49d1b13d6f2da9f66e13e68a680 (diff) | |
download | mediapointer-dvb-s2-24b1fd51ad61526a8e259344df1353193148e97b.tar.gz mediapointer-dvb-s2-24b1fd51ad61526a8e259344df1353193148e97b.tar.bz2 |
Update audio input after changing video input
From: Hans Verkuil <hverkuil@xs4all.nl>
Changing the video input implies an audio input change. So update the
audio input combobox.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'test/qv4l2/qv4l2.h')
-rw-r--r-- | test/qv4l2/qv4l2.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/qv4l2/qv4l2.h b/test/qv4l2/qv4l2.h index 75b423ebf..1b3bc4ed6 100644 --- a/test/qv4l2/qv4l2.h +++ b/test/qv4l2/qv4l2.h @@ -21,7 +21,7 @@ #define __user #include <linux/videodev2.h> -class QTextEdit; +class QComboBox; typedef std::vector<unsigned> ClassIDVec; typedef std::map<unsigned, ClassIDVec> ClassMap; @@ -78,6 +78,9 @@ private: CtrlMap ctrlMap; WidgetMap widgetMap; ClassMap classMap; + + // General tab + QComboBox *audioInput; }; |