]> git.sesse.net Git - vlc/commitdiff
Qt: document MinimalView functions
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 7 Sep 2010 13:10:25 +0000 (15:10 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 7 Sep 2010 13:15:42 +0000 (15:15 +0200)
modules/gui/qt4/main_interface.cpp

index 5711dd29be404fdd7ffbaa8085291d7d4b4bead5..a308ff4c73d8004093c561cfcf9552a1bdbbb4be 100644 (file)
@@ -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 )
 {