Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
8fc155e5
Commit
8fc155e5
authored
Jul 15, 2013
by
Ludovic Fauvet
Browse files
Qt: qFindChild has been deprecated in Qt5
parent
ec04db28
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/menus.cpp
View file @
8fc155e5
...
...
@@ -1512,7 +1512,7 @@ void VLCMenuBar::CreateAndConnect( QMenu *menu, const char *psz_var,
action
->
setChecked
(
checked
);
MenuItemData
*
itemData
=
qF
indChild
<
MenuItemData
*>
(
action
,
QString
()
);
MenuItemData
*
itemData
=
action
->
f
indChild
<
MenuItemData
*>
(
QString
()
);
delete
itemData
;
itemData
=
new
MenuItemData
(
action
,
p_obj
,
i_val_type
,
val
,
psz_var
);
...
...
Write
Preview
Supports
Markdown
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