gui/qt: VideoWidget::request: prefer static_cast
commit4adac0c3329e8bf7a620e0c88c3acc980af66eb0
authorFilip Roséen <filip@atch.se>
Thu, 18 May 2017 10:02:18 +0000 (18 12:02 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 May 2017 19:01:53 +0000 (18 21:01 +0200)
tree356922de7c91a704dcedbf4d6ee32ee7caf2c12b
parentba30a4e9bf3370f091e7d73f56c2d2a7f43495c7
gui/qt: VideoWidget::request: prefer static_cast

There is no need to use reinterpret_cast when the source or
destination type is pointer-to-void, static_cast is more accurate (and
safer).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt/components/interface_widgets.cpp