[vlc-commits] commit: Qt: fix comments (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Fri Mar 19 17:51:41 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 19 17:37:02 2010 +0100| [221eb62e40fc25fa0274ff7710e87fdcb3ed41ae] | committer: Jean-Baptiste Kempf
Qt: fix comments
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=221eb62e40fc25fa0274ff7710e87fdcb3ed41ae
---
modules/gui/qt4/main_interface.cpp | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index f9684a3..1d07841 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -84,7 +84,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
inputC = NULL;
b_hideAfterCreation = false; // --qt-start-minimized
- playlistVisible = false; // FIXME remove
+ playlistVisible = false;
input_name = "";
i_bg_height = 0;
@@ -300,10 +300,10 @@ MainInterface::~MainInterface()
CoUninitialize();
#endif
- /* Be sure to kill the actionsManager... FIXME */
+ /* Be sure to kill the actionsManager... Only used in the MI and control */
ActionsManager::killInstance();
- /* Idem, FIXME */
+ /* Idem */
ExtensionsManager::killInstance();
/* Delete the FSC controller */
@@ -340,7 +340,6 @@ MainInterface::~MainInterface()
void MainInterface::recreateToolbars()
{
// FIXME: do the same for the FSC
- //msg_Dbg( p_intf, "Recreating the toolbars" );
settings->beginGroup( "MainWindow" );
delete controls;
delete inputC;
More information about the vlc-commits
mailing list