[vlc-commits] [Git][videolan/vlc][master] qt: don't include qt.hpp as a system header

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Apr 22 12:45:48 UTC 2023



Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
ff3be76d by Steve Lhomme at 2023-04-22T12:26:39+00:00
qt: don't include qt.hpp as a system header

- - - - -


3 changed files:

- modules/gui/qt/dialogs/dialogs/dialogmodel.cpp
- modules/gui/qt/medialibrary/mlplaylistlistmodel.cpp
- modules/gui/qt/medialibrary/mlplaylistmedia.cpp


Changes:

=====================================
modules/gui/qt/dialogs/dialogs/dialogmodel.cpp
=====================================
@@ -22,7 +22,7 @@
 
 // VLC includes
 #include <vlc_dialog.h>
-#include <qt.hpp>
+#include "qt.hpp"
 
 #include "maininterface/mainctx.hpp"
 


=====================================
modules/gui/qt/medialibrary/mlplaylistlistmodel.cpp
=====================================
@@ -24,7 +24,7 @@
 
 // VLC includes
 #include <vlc_media_library.h>
-#include <qt.hpp>
+#include "qt.hpp"
 
 #include "util/vlctick.hpp"
 


=====================================
modules/gui/qt/medialibrary/mlplaylistmedia.cpp
=====================================
@@ -20,7 +20,7 @@
 #include "mlhelper.hpp"
 
 // VLC includes
-#include <qt.hpp>
+#include "qt.hpp"
 #include "util/vlctick.hpp"
 
 //-------------------------------------------------------------------------------------------------



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ff3be76dd5b14e40d7311d950cea7ea6f3082bf0

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ff3be76dd5b14e40d7311d950cea7ea6f3082bf0
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