Commit 0ac9553b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4- temporary comment something to build !

parent 59713dc8
...@@ -85,7 +85,7 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf) : QVLCFrame( _p_intf ) ...@@ -85,7 +85,7 @@ AboutDialog::AboutDialog( intf_thread_t *_p_intf) : QVLCFrame( _p_intf )
/* People who helped */ /* People who helped */
QFile *thanksFile = new QFile( "/usr/src/vlc/THANKS" ); QFile *thanksFile = new QFile( "/usr/src/vlc/THANKS" );
QTextEdit *thanksEdit = new QTextEdit( this ); QTextEdit *thanksEdit = new QTextEdit( this );
thanksEdit->setText( thanksFile->readAll() ); // thanksEdit->setText( thanksFile->readAll() );
thanksEdit->setReadOnly( true ); thanksEdit->setReadOnly( true );
/* add the tabs to the Tabwidget */ /* add the tabs to the Tabwidget */
......
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