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
14eaeec3
Commit
14eaeec3
authored
Aug 03, 2008
by
Laurent Aimar
Browse files
Fixed uninitialized value.
parent
f6ab2a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/util/input_slider.cpp
View file @
14eaeec3
...
...
@@ -47,6 +47,7 @@ InputSlider::InputSlider( Qt::Orientation q,QWidget *_parent ) :
setSingleStep
(
2
);
setPageStep
(
10
);
setTracking
(
true
);
setPosition
(
0.0
,
0
,
0
);
secstotimestr
(
psz_length
,
0
);
CONNECT
(
this
,
valueChanged
(
int
),
this
,
userDrag
(
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