[vlmc-devel] commit: Remove useless debug message. (Ludovic Fauvet )
git at videolan.org
git at videolan.org
Tue Apr 13 13:39:47 CEST 2010
vlmc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Tue Apr 13 13:39:16 2010 +0200| [1e249f585b92f6edbf014be5c65af14eac124ce9] | committer: Ludovic Fauvet
Remove useless debug message.
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=1e249f585b92f6edbf014be5c65af14eac124ce9
---
src/Gui/MainWindow.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index e66e0b0..5f7127c 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -157,7 +157,6 @@ void MainWindow::changeEvent( QEvent *e )
case QEvent::LanguageChange:
m_ui.retranslateUi( this );
DockWidgetManager::getInstance()->retranslateUi();
- qDebug() << "Retranslation";
break;
default:
break;
More information about the Vlmc-devel
mailing list