]> git.sesse.net Git - vlc/commit
Qt4: avoid integer overflow on V4L2 slider min and max
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 1 Oct 2011 19:38:12 +0000 (22:38 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 1 Oct 2011 19:38:12 +0000 (22:38 +0300)
commitf534e17d50903fb8e261cfecab1d68618690f910
tree31e005aca0a66d977273247376de07e5753d873f
parent88aa00e43e275fb55f3d4eff32f77c686c1ffddc
Qt4: avoid integer overflow on V4L2 slider min and max

Ideally, we should subclass QAbstractSpinBox to support 64-bits values.
But in the mean time, lets at least support the int32_t range.
modules/gui/qt4/components/extended_panels.cpp