Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLMC
Commits
f517006b
Commit
f517006b
authored
Apr 13, 2010
by
Ludovic Fauvet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old dock translations signals
parent
d9a9e34b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
src/Gui/MainWindow.cpp
src/Gui/MainWindow.cpp
+0
-5
src/Gui/MainWindow.h
src/Gui/MainWindow.h
+0
-1
No files found.
src/Gui/MainWindow.cpp
View file @
f517006b
...
...
@@ -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
;
...
...
src/Gui/MainWindow.h
View file @
f517006b
...
...
@@ -116,7 +116,6 @@ private slots:
void
canRedoChanged
(
bool
canRedo
);
signals:
void
translateDockWidgetTitle
();
void
toolChanged
(
ToolButtons
);
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment