[vlc-devel] commit: Qt: reparent a textEdit. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Feb 11 04:39:44 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 11 04:35:37 2009 +0100| [887a7c5bfcd2b3ab8611a6d8217e4a50fcc94aa8] | committer: Jean-Baptiste Kempf 

Qt: reparent a textEdit.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=887a7c5bfcd2b3ab8611a6d8217e4a50fcc94aa8
---

 modules/gui/qt4/dialogs/help.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/help.cpp b/modules/gui/qt4/dialogs/help.cpp
index 2f876be..cc72ff7 100644
--- a/modules/gui/qt4/dialogs/help.cpp
+++ b/modules/gui/qt4/dialogs/help.cpp
@@ -221,7 +221,7 @@ UpdateDialog::UpdateDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
     updateLabelDown->setWordWrap( true );
     updateLabelDown->hide();
 
-    updateText = new QTextEdit;
+    updateText = new QTextEdit( this );
     updateText->setAcceptRichText(false);
     updateText->setTextInteractionFlags( Qt::TextSelectableByKeyboard|
                                          Qt::TextSelectableByMouse);




More information about the vlc-devel mailing list