Commit 887a7c5b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: reparent a textEdit.

parent ff83b31b
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment