vlc/vlc-3.0 | branch: master | Martin Storsjö <[email protected]> | Fri Jun 15 15:34:37 2018 +0300| [ab30e09b42dbee6d5f034811068045f13ae8097c] | committer: Steve Lhomme
Qt: Add a missing include of QHeaderView In older Qt versions, this header was implicitly included by headers generated by uic, but it no longer is included implicitly. Explicitly include the headers we are relying. (cherry picked from commit f3a801cc0ec9e9ede833820ce732a6ab6f43d1dd) > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=ab30e09b42dbee6d5f034811068045f13ae8097c --- modules/gui/qt/components/simple_preferences.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt/components/simple_preferences.cpp b/modules/gui/qt/components/simple_preferences.cpp index 7a31a6ea6f..0c4615a565 100644 --- a/modules/gui/qt/components/simple_preferences.cpp +++ b/modules/gui/qt/components/simple_preferences.cpp @@ -40,6 +40,7 @@ #include <QSignalMapper> #include <QVBoxLayout> #include <QScrollArea> +#include <QHeaderView> #include <QStyleFactory> #include <QSettings> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
