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.
Showing
Please register or sign in to comment
Ideally, we should subclass QAbstractSpinBox to support 64-bits values. But in the mean time, lets at least support the int32_t range.