From: Jean-Baptiste Kempf Date: Tue, 7 Sep 2010 13:10:25 +0000 (+0200) Subject: Qt: document MinimalView functions X-Git-Tag: 1.2.0-pre1~5304 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=f2c03da6c61887c6e7bcd45f6702a0498fbea953;p=vlc Qt: document MinimalView functions --- diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp index 5711dd29be..a308ff4c73 100644 --- a/modules/gui/qt4/main_interface.cpp +++ b/modules/gui/qt4/main_interface.cpp @@ -782,6 +782,10 @@ void MainInterface::dockPlaylist( bool p_docked ) playlistVisible = true; } +/* + * setMinimalView is the private function used by + * the SLOT toggleMinimalView and setVideoFullScreen + */ void MainInterface::setMinimalView( bool b_minimal ) { menuBar()->setVisible( !b_minimal ); @@ -791,7 +795,9 @@ void MainInterface::setMinimalView( bool b_minimal ) } /* - If b_minimal is false, then we are normalView + * This public SLOT is used for moving to minimal View Mode + * + * If b_minimal is false, then we are normalView */ void MainInterface::toggleMinimalView( bool b_minimal ) {