gui/qt: extended_panels: declare helper-functions as static
commit7a728a6f4d6aa70198b45563936e54c221b4353a
authorFilip Roséen <filip@atch.se>
Sat, 25 Feb 2017 06:31:41 +0000 (25 07:31 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 25 Feb 2017 14:20:35 +0000 (25 15:20 +0100)
tree5418724ffc55d0d6b3481d6b3d3813e5ca71eb01
parent51f3d6abc966528be44115d2dcdac6ab03f268c6
gui/qt: extended_panels: declare helper-functions as static

These functions are only used within the translation-unit in question,
and as such it does not make sense for them to have external linkage.

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