gui/qt: ActionsManager::isItemSout: prefer static_cast
commit2e2705bcf4bad67c25f153ce11700f22b8c58308
authorFilip Roséen <filip@atch.se>
Thu, 18 May 2017 10:02:19 +0000 (18 12:02 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 18 May 2017 19:01:53 +0000 (18 21:01 +0200)
treef553bb13197b2b1d1615b6661a44f7eaadf7076b
parent4adac0c3329e8bf7a620e0c88c3acc980af66eb0
gui/qt: ActionsManager::isItemSout: 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/actions_manager.cpp