Commit 1e698a03 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - add UPDATEVLC_DIALOG to the DP.

parent 496d33dc
...@@ -127,6 +127,7 @@ void DialogsProvider::customEvent( QEvent *event ) ...@@ -127,6 +127,7 @@ void DialogsProvider::customEvent( QEvent *event )
case INTF_DIALOG_WIZARD: case INTF_DIALOG_WIZARD:
case INTF_DIALOG_STREAMWIZARD: case INTF_DIALOG_STREAMWIZARD:
case INTF_DIALOG_UPDATEVLC: case INTF_DIALOG_UPDATEVLC:
updateDialog(); break;
case INTF_DIALOG_EXIT: case INTF_DIALOG_EXIT:
default: default:
msg_Warn( p_intf, "unimplemented dialog" ); msg_Warn( p_intf, "unimplemented dialog" );
......
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