Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
15e4aff7
Commit
15e4aff7
authored
Oct 29, 2008
by
ivoire
Browse files
Qt4 is a big familly, they all want parents (fix memleak)
parent
b83cc66f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/controller.cpp
View file @
15e4aff7
...
...
@@ -71,7 +71,7 @@ AbstractController::AbstractController( intf_thread_t * _p_i ) : QFrame( NULL )
controlLayout
=
new
QGridLayout
(
this
);
/* Main action provider */
toolbarActionsMapper
=
new
QSignalMapper
();
toolbarActionsMapper
=
new
QSignalMapper
(
this
);
CONNECT
(
toolbarActionsMapper
,
mapped
(
int
),
this
,
doAction
(
int
)
);
CONNECT
(
THEMIM
->
getIM
(),
statusChanged
(
int
),
this
,
setStatus
(
int
)
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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