[vlc-devel] [PATCH 0/7] Fix some warnings from Qt module

Alexandre Janniaux ajanni at videolabs.io
Thu Jul 25 01:14:48 CEST 2019


Hi,

This patchset fixes the annoying warnings from the Qt module except:
+ QDesktopWidget-related warnings (another patchset is coming for those)
+ vlc v4l2 deprecation warnings
+ QSignalMapper deprecation warnings
+ the fixme in the firstrun dialog

Greats

--
Alexandre Janniaux
VideoLabs

Alexandre Janniaux (7):
  qt: messages: replace deprecated QPalette::foreground
  qt: toolbar: replace deprecated function QPalette::background
  qt: EPGChannels: use std::sort instead of qSort
  qt: EPGChannels: replace deprecated QFontMetrics::width
  qt: extended_panels: replace deprecated QFontMetrics::width
  qt: variables: silence unused variable warning
  qt: info_panels: replace deprecated QTreeWidget::setItemExpanded

 modules/gui/qt/adapters/variables.hpp         | 3 +++
 modules/gui/qt/components/epg/EPGChannels.cpp | 4 ++--
 modules/gui/qt/components/extended_panels.cpp | 4 ++--
 modules/gui/qt/components/info_panels.cpp     | 2 +-
 modules/gui/qt/dialogs/messages.cpp           | 2 +-
 modules/gui/qt/dialogs/toolbar.cpp            | 2 +-
 6 files changed, 10 insertions(+), 7 deletions(-)

--
2.22.0



More information about the vlc-devel mailing list