Commit c379f9e1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix compilation in case of updateCheck

parent 4093c3e6
......@@ -178,7 +178,7 @@ UpdateDialog::UpdateDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
setMinimumSize( 300, 300 );
setMaximumSize( 400, 300 );
readSettings( "Update", QSize( 300, 250 ) );
restoreWidgetPosition( "Update", QSize( 300, 250 ) );
/* Check for updates */
UpdateOrDownload();
......@@ -187,7 +187,7 @@ UpdateDialog::UpdateDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
UpdateDialog::~UpdateDialog()
{
update_Delete( p_update );
writeSettings( "Update" );
saveWidgetPosition( "Update" );
}
/* Check for updates */
......
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