[vlmc-devel] commit: Remove old dock translations signals (Ludovic Fauvet )

git at videolan.org git at videolan.org
Tue Apr 13 13:38:03 CEST 2010


vlmc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Tue Apr 13 12:51:54 2010 +0200| [f517006b8bac50b8a732ff7ed690df1ca9057c3a] | committer: Ludovic Fauvet 

Remove old dock translations signals

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=f517006b8bac50b8a732ff7ed690df1ca9057c3a
---

 src/Gui/MainWindow.cpp |    5 -----
 src/Gui/MainWindow.h   |    1 -
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index db820d8..21ca849 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -93,10 +93,6 @@ MainWindow::MainWindow( QWidget *parent ) :
     setupCrashTester();
 #endif
 
-    // Translations
-    connect( this, SIGNAL( translateDockWidgetTitle() ),
-             DockWidgetManager::getInstance(), SLOT( transLateWidgetTitle() ) );
-
     // Zoom
     connect( m_zoomSlider, SIGNAL( valueChanged( int ) ),
              m_timeline, SLOT( changeZoom( int ) ) );
@@ -160,7 +156,6 @@ void MainWindow::changeEvent( QEvent *e )
     {
     case QEvent::LanguageChange:
         m_ui.retranslateUi( this );
-        emit translateDockWidgetTitle();
         break;
     default:
         break;
diff --git a/src/Gui/MainWindow.h b/src/Gui/MainWindow.h
index d987beb..0a65f62 100644
--- a/src/Gui/MainWindow.h
+++ b/src/Gui/MainWindow.h
@@ -116,7 +116,6 @@ private slots:
     void                    canRedoChanged( bool canRedo );
 
 signals:
-    void                    translateDockWidgetTitle();
     void                    toolChanged( ToolButtons );
 
 };



More information about the Vlmc-devel mailing list