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

Qt: small simplification

parent 874efde6
...@@ -562,7 +562,7 @@ void MainInterface::toggleFSC() ...@@ -562,7 +562,7 @@ void MainInterface::toggleFSC()
{ {
if( !fullscreenControls ) return; if( !fullscreenControls ) return;
IMEvent *eShow = new IMEvent( FullscreenControlToggle_Type, 0 ); IMEvent *eShow = new IMEvent( FullscreenControlToggle_Type );
QApplication::postEvent( fullscreenControls, eShow ); QApplication::postEvent( fullscreenControls, eShow );
} }
......
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