[vlc-commits] [Git][videolan/vlc][master] 4 commits: qt/prefs: drop some unused includes
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Sun Feb 27 10:51:13 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
be7b881e by Lyndon Brown at 2022-02-27T10:33:04+00:00
qt/prefs: drop some unused includes
- - - - -
43b29561 by Lyndon Brown at 2022-02-27T10:33:04+00:00
qt/prefs: move control widget method implementations to .cpp
Any tiny build speedup from being able to use forward declarations is
more preferable IMO to having these small functions within the header.
- - - - -
b86a9ce6 by Lyndon Brown at 2022-02-27T10:33:04+00:00
qt: purge more redundant includes
Note that in some cases they have been changed to forward declarations, and
in some they have been moved, for instance inclusion of `<QUrl>` was moved
from `qt.hpp` to where it was needed.
- - - - -
0d847f69 by Lyndon Brown at 2022-02-27T10:33:04+00:00
qt: remove unused define
Unused since b86d55e0f3042bbc9eabbd6740428ab874360729.
- - - - -
30 changed files:
- modules/gui/qt/dialogs/bookmarks/bookmarks.cpp
- modules/gui/qt/dialogs/epg/EPGChannels.cpp
- modules/gui/qt/dialogs/epg/EPGProgram.cpp
- modules/gui/qt/dialogs/epg/EPGView.cpp
- modules/gui/qt/dialogs/epg/EPGView.hpp
- modules/gui/qt/dialogs/epg/EPGWidget.cpp
- modules/gui/qt/dialogs/epg/EPGWidget.hpp
- modules/gui/qt/dialogs/epg/epg.cpp
- modules/gui/qt/dialogs/extended/extended_panels.hpp
- modules/gui/qt/dialogs/extensions/extensions.cpp
- modules/gui/qt/dialogs/extensions/extensions_manager.hpp
- modules/gui/qt/dialogs/fingerprint/chromaprint.cpp
- modules/gui/qt/dialogs/fingerprint/chromaprint.hpp
- modules/gui/qt/dialogs/fingerprint/fingerprintdialog.cpp
- modules/gui/qt/dialogs/fingerprint/fingerprintdialog.hpp
- modules/gui/qt/dialogs/firstrun/firstrunwizard.cpp
- modules/gui/qt/dialogs/firstrun/firstrunwizard.hpp
- modules/gui/qt/dialogs/gototime/gototime.cpp
- modules/gui/qt/dialogs/help/help.cpp
- modules/gui/qt/dialogs/mediainfo/info_panels.cpp
- modules/gui/qt/dialogs/mediainfo/info_widgets.cpp
- modules/gui/qt/dialogs/mediainfo/info_widgets.hpp
- modules/gui/qt/dialogs/messages/messages.cpp
- modules/gui/qt/dialogs/messages/messages.hpp
- modules/gui/qt/dialogs/open/open.cpp
- modules/gui/qt/dialogs/open/openurl.cpp
- modules/gui/qt/dialogs/plugins/plugins.cpp
- modules/gui/qt/dialogs/preferences/complete_preferences.cpp
- modules/gui/qt/dialogs/preferences/complete_preferences.hpp
- modules/gui/qt/dialogs/preferences/preferences.cpp
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7879016a468e9e11aee44342f8784969b9774be2...0d847f69e2a98b8e9e7179219cc5388e931a68d3
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7879016a468e9e11aee44342f8784969b9774be2...0d847f69e2a98b8e9e7179219cc5388e931a68d3
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list