From f2c03da6c61887c6e7bcd45f6702a0498fbea953 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Tue, 7 Sep 2010 15:10:25 +0200 Subject: [PATCH] Qt: document MinimalView functions --- modules/gui/qt4/main_interface.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ) { -- 2.39.2