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
5a7b2f11
Commit
5a7b2f11
authored
Jul 03, 2010
by
Jean-Baptiste Kempf
Browse files
Qt: blind fix for compilation of extended panels
parent
15b18c04
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/extended_panels.cpp
View file @
5a7b2f11
...
...
@@ -486,7 +486,7 @@ void ExtVideo::setWidgetValue( QObject *widget )
lineedit
->
setText
(
str
);
}
else
if
(
combobox
)
combobox
->
setCurrentIndex
(
combobox
->
findData
(
val
.
i_int
)
);
combobox
->
findData
(
qlonglong
(
val
.
i_int
)
)
);
else
msg_Warn
(
p_intf
,
"Oops %s %s %d"
,
__FILE__
,
__func__
,
__LINE__
);
}
else
if
(
i_type
==
VLC_VAR_FLOAT
)
...
...
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