This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: qv4l2: give the capture window a proper name. Author: Hans Verkuil <[email protected]> Date: Thu Aug 18 14:39:07 2011 +0200 Signed-off-by: Hans Verkuil <[email protected]> utils/qv4l2/capture-win.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=fa69563b40b62fd1ae6ff699a22f6062a03e1026 diff --git a/utils/qv4l2/capture-win.cpp b/utils/qv4l2/capture-win.cpp index 838bb00..c2ba105 100644 --- a/utils/qv4l2/capture-win.cpp +++ b/utils/qv4l2/capture-win.cpp @@ -29,6 +29,7 @@ CaptureWin::CaptureWin() { QVBoxLayout *vbox = new QVBoxLayout(this); + setWindowTitle("V4L2 Capture"); m_frame = 0; m_label = new QLabel(); m_msg = new QLabel("No frame"); _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
