[vlc-commits] gui/macosx: VLCDefaultValueSlider: remove trailing whitespace
Filip Roséen
git at videolan.org
Tue May 16 17:04:52 CEST 2017
vlc | branch: master | Filip Roséen <filip at atch.se> | Wed May 10 03:31:24 2017 +0200| [b66d607376ad27c81b47ea608ad4d02e40c33532] | committer: Marvin Scholz
gui/macosx: VLCDefaultValueSlider: remove trailing whitespace
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b66d607376ad27c81b47ea608ad4d02e40c33532
---
modules/gui/macosx/VLCDefaultValueSlider.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/gui/macosx/VLCDefaultValueSlider.h b/modules/gui/macosx/VLCDefaultValueSlider.h
index aa3fe8434a..ebb22f0f64 100644
--- a/modules/gui/macosx/VLCDefaultValueSlider.h
+++ b/modules/gui/macosx/VLCDefaultValueSlider.h
@@ -39,16 +39,16 @@
/**
Sets the default value to which the slider will snap and draw a tickmark for.
To unset the defaultValue, set it to \c DBL_MAX
-
+
\note value must be in the value range of the slider and be smaller than \c DBL_MAX
-
+
\param value The default value
*/
- (void)setDefaultValue:(double)value;
/**
Get the default value
-
+
\note It the returned value is \c DBL_MAX, there is no defaultValue set.
*/
- (double)defaultValue;
More information about the vlc-commits
mailing list